[Vm-dev] [commit][3018] Fix snafu with the linux vm Makefile; got to add sqUnixSpurMemory.o to the mix.

commits at squeakvm.org commits at squeakvm.org
Wed Jun 25 21:07:00 UTC 2014


Revision: 3018
Author:   eliot
Date:     2014-06-25 14:06:58 -0700 (Wed, 25 Jun 2014)
Log Message:
-----------
Fix snafu with the linux vm Makefile; got to add sqUnixSpurMemory.o to the mix.

Modified Paths:
--------------
    branches/Cog/platforms/unix/vm/Makefile.in

Property Changed:
----------------
    branches/Cog/platforms/Cross/vm/sqSCCSVersion.h


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Wed Jun 25 13:16:16 PDT 2014
   + Wed Jun 25 14:06:14 PDT 2014

Modified: branches/Cog/platforms/unix/vm/Makefile.in
===================================================================
--- branches/Cog/platforms/unix/vm/Makefile.in	2014-06-25 20:21:12 UTC (rev 3017)
+++ branches/Cog/platforms/unix/vm/Makefile.in	2014-06-25 21:06:58 UTC (rev 3018)
@@ -43,12 +43,14 @@
 TARGET		= vm$a
 COBJS		= $(INTERP)$o cogit$o sqNamedPrims$o sqVirtualMachine$o sqHeapMap$o\
 			sqExternalSemaphores$o sqTicker$o aio$o debug$o osExports$o \
-			sqUnixExternalPrims$o sqUnixMemory$o sqUnixCharConv$o sqUnixMain$o \
+			sqUnixExternalPrims$o sqUnixMemory$o sqUnixSpurMemory$o \
+			sqUnixCharConv$o sqUnixMain$o \
 			sqUnixVMProfile$o sqUnixHeartbeat$o sqUnixThreads$o
 
 IOBJS		= $(INTERP)$o sqNamedPrims$o sqVirtualMachine$o sqHeapMap$o\
 			sqExternalSemaphores$o sqTicker$o aio$o debug$o osExports$o \
-			sqUnixExternalPrims$o sqUnixMemory$o sqUnixCharConv$o sqUnixMain$o \
+			sqUnixExternalPrims$o sqUnixMemory$o sqUnixSpurMemory$o \
+			sqUnixCharConv$o sqUnixMain$o \
 			sqUnixVMProfile$o sqUnixHeartbeat$o sqUnixThreads$o
 
 OBJS		= [COBJS_OR_IOBJS] # see mkmf



More information about the Vm-dev mailing list