Author: jfrederic.clere(a)jboss.com
Date: 2015-10-22 12:24:04 -0400 (Thu, 22 Oct 2015)
New Revision: 3419
Modified:
trunk/build/daemon/buildnat.sh
Log:
Remove cache...
Modified: trunk/build/daemon/buildnat.sh
===================================================================
--- trunk/build/daemon/buildnat.sh 2015-10-22 16:14:55 UTC (rev 3418)
+++ trunk/build/daemon/buildnat.sh 2015-10-22 16:24:04 UTC (rev 3419)
@@ -53,14 +53,14 @@
(cd ../unix
if $build_ssl; then
if $force_64; then
- ./build.sh jboss-native -ssl -cache -64 || exit 1
+ ./build.sh jboss-native -ssl -64 || exit 1
else
- ./build.sh jboss-native -ssl -cache || exit 1
+ ./build.sh jboss-native -ssl || exit 1
fi
fi
if $force_64; then
- ./build.sh jboss-native -cache -64 || exit 1
+ ./build.sh jboss-native -64 || exit 1
else
- ./build.sh jboss-native -cache || exit 1
+ ./build.sh jboss-native || exit 1
fi
) || exit 1
Show replies by date