[Vm-dev] [commit] r2449 - Fix typos in cygwin Makefiles

commits at squeakvm.org commits at squeakvm.org
Thu Jul 7 19:04:04 UTC 2011


Author: eliot
Date: 2011-07-07 12:04:04 -0700 (Thu, 07 Jul 2011)
New Revision: 2449

Modified:
   branches/Cog/nsbuild/cygwinbuild/Makefile
   branches/Cog/nscogbuild/cygwinbuild/Makefile
Log:
Fix typos in cygwin Makefiles


Modified: branches/Cog/nsbuild/cygwinbuild/Makefile
===================================================================
--- branches/Cog/nsbuild/cygwinbuild/Makefile	2011-07-07 18:41:06 UTC (rev 2448)
+++ branches/Cog/nsbuild/cygwinbuild/Makefile	2011-07-07 19:04:04 UTC (rev 2449)
@@ -113,7 +113,7 @@
 DEBUGVM=0
 else
 OFLAGS:= -D_MT -march=pentium4
-NDEBUG:=-DNODBGPRINT-1 -D'VM_LABEL(foo)=0'
+NDEBUG:=-DNODBGPRINT=1 -D'VM_LABEL(foo)=0'
 DEBUGVM=1
 endif
 

Modified: branches/Cog/nscogbuild/cygwinbuild/Makefile
===================================================================
--- branches/Cog/nscogbuild/cygwinbuild/Makefile	2011-07-07 18:41:06 UTC (rev 2448)
+++ branches/Cog/nscogbuild/cygwinbuild/Makefile	2011-07-07 19:04:04 UTC (rev 2449)
@@ -113,7 +113,7 @@
 DEBUGVM=0
 else
 OFLAGS:= -D_MT -march=pentium4
-NDEBUG:=-DNODBGPRINT-1 -D'VM_LABEL(foo) 0' -D'bzero(p,s) __builtin_bzero((p),(s))'
+NDEBUG:=-DNODBGPRINT=1 -D'VM_LABEL(foo)=0' -D'bzero(p,s)=__builtin_bzero((p),(s))'
 DEBUGVM=1
 endif
 



More information about the Vm-dev mailing list