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

johntconklin at users.sourceforge.net johntconklin at users.sourceforge.net
Mon Sep 28 23:29:39 PDT 2009


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

Log Message:
-----------
Ben Greer reports that SCons 0.98.4 works, so relax the EnsureSConsVersion
check accordingly.

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

Modified: trunk/xorp/SConstruct
===================================================================
--- trunk/xorp/SConstruct	2009-09-25 18:08:21 UTC (rev 11556)
+++ trunk/xorp/SConstruct	2009-09-29 06:29:39 UTC (rev 11557)
@@ -30,9 +30,15 @@
 # TODO disambiguate arch specification cross-platform
 # TODO conditionalize new directory layout here
 
+# The XRL tgt-gen and clnt-gen scripts use Python 2.3+'s optparse
+# class.
 EnsurePythonVersion(2, 3)
-EnsureSConsVersion(1, 2)
 
+# SCons 0.98.4 is the earliest release that we have tested.  Earlier
+# ones may work.  If so, please submit a Trac issue so the check can
+# be relaxed.
+EnsureSConsVersion(0, 98, 4)
+
 Help("""
     cross=true if you are doing a cross build. Default is false.
     arch={i686} to identify the target architecture.


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