[Xorp-cvs] SF.net SVN: xorp:[11558] trunk/xorp/SConstruct

johntconklin at users.sourceforge.net johntconklin at users.sourceforge.net
Tue Sep 29 06:49:43 PDT 2009


Revision: 11558
          http://xorp.svn.sourceforge.net/xorp/?rev=11558&view=rev
Author:   johntconklin
Date:     2009-09-29 13:49:42 +0000 (Tue, 29 Sep 2009)

Log Message:
-----------
Place the .sconsign.dblite file in ${BUILDDIR}.

Note only does this enables a read-only ${SRCDIR}, it allows multiple
builds for different hosts/targets to occur at the same time with the 
same sources using the same sources.

Modified Paths:
--------------
    trunk/xorp/SConstruct

Modified: trunk/xorp/SConstruct
===================================================================
--- trunk/xorp/SConstruct	2009-09-29 06:29:39 UTC (rev 11557)
+++ trunk/xorp/SConstruct	2009-09-29 13:49:42 UTC (rev 11558)
@@ -86,6 +86,8 @@
 sourcedir=Dir(".").abspath
 builddir=Dir(ARGUMENTS.get('builddir', '#obj/' + host_arch+'-'+host_os+'-'+rel)).abspath
 
+SConsignFile(builddir + '/.sconsign')
+
 prefix = ARGUMENTS.get('prefix', '/usr/local/xorp')
 
 print 'Cross build:      ', cross


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Xorp-cvs mailing list