Author: jfrederic.clere(a)jboss.com
Date: 2009-09-23 10:36:20 -0400 (Wed, 23 Sep 2009)
New Revision: 2564
Modified:
trunk/build/unix/build.sh
Log:
+++
ms\uptable.obj Wed Sep 23 09:22:54 2009
ms\uptable.asm Wed Sep 23 09:22:54 2009
ml /c ms\uptable.asm
'ml' is not recognized as an internal or external command,
+++
I don't see why it builds it... Touching should help???
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2009-09-23 13:07:04 UTC (rev 2563)
+++ trunk/build/unix/build.sh 2009-09-23 14:36:20 UTC (rev 2564)
@@ -654,6 +654,9 @@
mv $$.mak ms/nt.mak
sed "s:=ml :=ias :" ms/ntdll.mak > $$.mak
mv $$.mak ms/ntdll.mak
+ # nmake doesn't seem to find that uptable.obj (made by do_win64i.bat is up to
date)
+ sleep 1
+ touch ms/uptable.obj
;;
*)
./config ${ssl_target} -fPIC ${ssl_common_flags} ${ssl_build_flags} || exit 1
Show replies by date