[Vm-dev] [commit] r2197 - canned Makefile uses cmake/configure

commits at squeakvm.org commits at squeakvm.org
Mon Apr 12 15:10:42 UTC 2010


Author: piumarta
Date: 2010-04-12 08:10:41 -0700 (Mon, 12 Apr 2010)
New Revision: 2197

Modified:
   trunk/platforms/unix/Makefile
Log:
canned Makefile uses cmake/configure

Modified: trunk/platforms/unix/Makefile
===================================================================
--- trunk/platforms/unix/Makefile	2010-04-11 22:03:54 UTC (rev 2196)
+++ trunk/platforms/unix/Makefile	2010-04-12 15:10:41 UTC (rev 2197)
@@ -1,8 +1,8 @@
-# Last edited: 2005-03-16 22:47:32 by piumarta on squeak.hpl.hp.com
+# Last edited: 2010-04-12 07:43:29 by piumarta on ubuntu
 
 all : .force
 	[ -d bld ] || mkdir bld
-	[ -f bld/Makefile ] || ( cd bld; ../config/configure; )
+	[ -f bld/Makefile ] || ( cd bld; ../cmake/configure; )
 	( cd bld; $(MAKE) $(MFLAGS); )
 
 install : all



More information about the Vm-dev mailing list