[Vm-dev] [commit][2800] Set default generated source location from ${SRC}.

commits at squeakvm.org commits at squeakvm.org
Tue Nov 12 03:25:09 UTC 2013


Revision: 2800
Author:   piumarta
Date:     2013-11-11 19:25:09 -0800 (Mon, 11 Nov 2013)
Log Message:
-----------
Set default generated source location from ${SRC}.

Modified Paths:
--------------
    trunk/platforms/unix/CMakeLists.txt

Modified: trunk/platforms/unix/CMakeLists.txt
===================================================================
--- trunk/platforms/unix/CMakeLists.txt	2013-11-12 03:24:46 UTC (rev 2799)
+++ trunk/platforms/unix/CMakeLists.txt	2013-11-12 03:25:09 UTC (rev 2800)
@@ -1,6 +1,6 @@
 # Yes, it's true: you can write makefiles in COBOL.
 # 
-# Last edited: 2013-08-11 22:54:35 by piumarta on emilia
+# Last edited: 2013-11-11 18:46:18 by piumarta on emilia
 
 PROJECT (squeak)
 
@@ -52,8 +52,8 @@
 
 IF (OPT--src)
   GET_FILENAME_COMPONENT (src ${OPT--src} ABSOLUTE)
-ELSE (SRC)
-  SET (src  ${unix}/src)
+ELSE (OPT--src)
+  SET (src ${SRC})
 ENDIF (OPT--src)
 
 IF (NOT EXISTS ${src})



More information about the Vm-dev mailing list