Author: jfrederic.clere(a)jboss.com
Date: 2013-11-07 05:35:07 -0500 (Thu, 07 Nov 2013)
New Revision: 3160
Modified:
trunk/build/unix/build.sh
Log:
Make sure we know early if we do 64 or 32 bits.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2013-11-07 08:37:52 UTC (rev 3159)
+++ trunk/build/unix/build.sh 2013-11-07 10:35:07 UTC (rev 3160)
@@ -474,6 +474,11 @@
if $has_cluster; then
echo "using mod_cluster: ${cluster_version}"
fi
+if $force_64; then
+ echo "Building 64 bits version"
+else
+ echo "Building 32 bits version"
+fi
export has_jk
export has_cluster
Show replies by date