[Vm-dev] [commit][3361] Linux build:

commits at squeakvm.org commits at squeakvm.org
Wed May 27 21:12:32 UTC 2015


Revision: 3361
Author:   eliot
Date:     2015-05-27 14:12:31 -0700 (Wed, 27 May 2015)
Log Message:
-----------
Linux build:
Add dependency to make sure getversion gets rebuilt whnen sqSCCSVersion.h
changes, and hewnce version tag is current when install is performed.

Delete unused DEVEL var from makefile.

Modified Paths:
--------------
    branches/Cog/platforms/unix/config/Makefile.in
    branches/Cog/platforms/unix/config/make.cfg.in

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


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Wed May 27 13:40:34 PDT 2015
   + Wed May 27 14:11:10 PDT 2015

Modified: branches/Cog/platforms/unix/config/Makefile.in
===================================================================
--- branches/Cog/platforms/unix/config/Makefile.in	2015-05-27 20:42:53 UTC (rev 3360)
+++ branches/Cog/platforms/unix/config/Makefile.in	2015-05-27 21:12:31 UTC (rev 3361)
@@ -59,7 +59,7 @@
 	${cfgdir}/verstamp version.c $(CC)
 
 
-getversion : ${cfgdir}/getversion.c
+getversion : ${cfgdir}/getversion.c ${topdir}/platforms/Cross/vm/sqSCCSVersion.h
 	$(CC) -o getversion $(CFLAGS) $(INCLUDES) ${cfgdir}/getversion.c
 
 plugins : config.sh $(PLUGINS_LA)

Modified: branches/Cog/platforms/unix/config/make.cfg.in
===================================================================
--- branches/Cog/platforms/unix/config/make.cfg.in	2015-05-27 20:42:53 UTC (rev 3360)
+++ branches/Cog/platforms/unix/config/make.cfg.in	2015-05-27 21:12:31 UTC (rev 3361)
@@ -32,8 +32,6 @@
 
 @SET_MAKE@
 
-DEVEL=		@DEVEL@
-
 host=		@host@
 host_cpu=	@host_cpu@
 host_vendor=	@host_vendor@



More information about the Vm-dev mailing list