[Vm-dev] [commit] r2143 - fix --src option in configure

commits at squeakvm.org commits at squeakvm.org
Sun Sep 27 18:19:02 UTC 2009


Author: piumarta
Date: 2009-09-27 11:19:02 -0700 (Sun, 27 Sep 2009)
New Revision: 2143

Modified:
   trunk/platforms/unix/ChangeLog
   trunk/platforms/unix/cmake/configure
Log:
fix --src option in configure

Modified: trunk/platforms/unix/ChangeLog
===================================================================
--- trunk/platforms/unix/ChangeLog	2009-09-19 01:35:25 UTC (rev 2142)
+++ trunk/platforms/unix/ChangeLog	2009-09-27 18:19:02 UTC (rev 2143)
@@ -1,3 +1,7 @@
+2009-09-27  Ian Piumarta  <com -dot- gmail -at- piumarta (backwards)>
+
+	* cmake/configure (cflags): Change '--DOPT--src=' to '-DOPT--src='.
+
 2009-09-18  Ian Piumarta  <com -dot- gmail -at- piumarta (backwards)>
 
 	* plugins/SerialPlugin/sqUnixSerial.c (serialPortCloseByName):

Modified: trunk/platforms/unix/cmake/configure
===================================================================
--- trunk/platforms/unix/cmake/configure	2009-09-19 01:35:25 UTC (rev 2142)
+++ trunk/platforms/unix/cmake/configure	2009-09-27 18:19:02 UTC (rev 2143)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Last edited: 2009-09-16 14:48:48 by piumarta on ubuntu.piumarta.com
+# Last edited: 2009-09-27 11:15:36 by piumarta on emilia-2.local
 
 RELEASE_TAG=""
 
@@ -67,7 +67,7 @@
 				else
 				    src="${rel}"
 				fi
-				args="${args} --DOPT--src=${src}";;
+				args="${args} -DOPT--src=${src}";;
 	--CFLAGS=*)		cflags="`echo \"$1\" | sed 's/\-\-CFLAGS=//'`";;
 	-CFLAGS=*)		cflags="`echo \"$1\" | sed 's/\-CFLAGS=//'`";;
 	--*=*)			args="${args} -DOPT${1}";;



More information about the Vm-dev mailing list