Author: mladen.turk(a)jboss.com
Date: 2008-03-06 13:30:30 -0500 (Thu, 06 Mar 2008)
New Revision: 1426
Modified:
trunk/build/unix/build.sh
Log:
Export build_* after we mangle it not before
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2008-03-06 12:55:43 UTC (rev 1425)
+++ trunk/build/unix/build.sh 2008-03-06 18:30:30 UTC (rev 1426)
@@ -58,9 +58,6 @@
build_zlib=false
build_iconv=false
build_expat=false
-export build_iconv
-export build_expat
-export build_zlib
has_cache=false
has_version=false
@@ -354,6 +351,10 @@
export has_jk
export so_extension
+export build_iconv
+export build_expat
+export build_zlib
+
export NATIVEEOL
export BUILD_SYS
export BUILD_CPU
Show replies by date