Author: jfrederic.clere(a)jboss.com
Date: 2013-06-13 09:03:26 -0400 (Thu, 13 Jun 2013)
New Revision: 3108
Modified:
trunk/build/unix/buildbin.mod_cluster.windows.sh
Log:
Guessing that a make all is needed before the make install...
Modified: trunk/build/unix/buildbin.mod_cluster.windows.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.windows.sh 2013-06-13 11:51:19 UTC (rev 3107)
+++ trunk/build/unix/buildbin.mod_cluster.windows.sh 2013-06-13 13:03:26 UTC (rev 3108)
@@ -68,8 +68,10 @@
(cd $native_sources
echo "Running nmake at `pwd`"
- echo "nmake -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} install"
- echo "nmake -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} install"
> make.bat
+ 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 -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 -f NMAKEmakefile PREFIX=${win_output_loc} ${add_conf} install || exit 1
) || exit 1
Show replies by date