Author: jfrederic.clere(a)jboss.com
Date: 2013-06-13 10:01:13 -0400 (Thu, 13 Jun 2013)
New Revision: 3116
Modified:
trunk/build/unix/buildbin.mod_cluster.windows.sh
Log:
rollback r3112
Modified: trunk/build/unix/buildbin.mod_cluster.windows.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.windows.sh 2013-06-13 13:59:36 UTC (rev 3115)
+++ trunk/build/unix/buildbin.mod_cluster.windows.sh 2013-06-13 14:01:13 UTC (rev 3116)
@@ -70,9 +70,9 @@
echo "Running nmake at `pwd`"
echo "nmake -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} all and
install"
echo "nmake -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} all" >
make.bat
- nmake -s -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} all || exit 1
+ nmake -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} all || exit 1
echo "nmake -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} install"
>> make.bat
- nmake -s -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} install || exit 1
+ nmake -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} install || exit 1
) || exit 1
# Also build the java part.
Show replies by date