aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-30 10:49:16 +0100
committerSven Gothel <[email protected]>2014-01-30 10:49:16 +0100
commitece12e39d219f76cdf8b6f71239cf7f3d663401a (patch)
tree7acaf864a6e2771ac1c2af5a3aa25a9db82e165d /scripts
parenta94b0e3c62110f077ea391ccdc158b2c804a5bb8 (diff)
Updated docs/scripts .. icedtea-web build scriptsHEADmaster
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make.icedtea-web3.sh4
-rw-r--r--scripts/make.jep161-openjdk8.sh4
2 files changed, 7 insertions, 1 deletions
diff --git a/scripts/make.icedtea-web3.sh b/scripts/make.icedtea-web3.sh
new file mode 100644
index 0000000..d05d48a
--- /dev/null
+++ b/scripts/make.icedtea-web3.sh
@@ -0,0 +1,4 @@
+./autogen.sh
+./configure --prefix=/home/sven/icedtea-web3 --with-jdk-home=/usr/lib/jvm/java-7-openjdk-amd64 --with-jre-home=/usr/lib/jvm/java-7-openjdk-amd64/jre --with-firefox=/home/sven/firefox/firefox
+make
+make install
diff --git a/scripts/make.jep161-openjdk8.sh b/scripts/make.jep161-openjdk8.sh
index 85f5da0..3b82db5 100644
--- a/scripts/make.jep161-openjdk8.sh
+++ b/scripts/make.jep161-openjdk8.sh
@@ -6,7 +6,9 @@ build_it() {
sh configure --enable-openjdk-only \
--disable-zip-debug-info --disable-debug-symbols \
--with-debug-level=release \
- && make profiles images docs
+ && make clean profiles images docs
+
+# && LOG=debug make clean profiles images docs
}
build_it 2>&1 | tee -a $logfile