Fix nsc/python-scan task descriptions
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Thu, 04 Dec 2008 11:34:01 +0000
changeset 3977 4daeb41d7fc1
parent 3976 f0905724cee0
child 3978 e1e886e0edec
Fix nsc/python-scan task descriptions
bindings/python/wscript
src/internet-stack/wscript
--- a/bindings/python/wscript	Wed Dec 03 21:09:52 2008 -0500
+++ b/bindings/python/wscript	Thu Dec 04 11:34:01 2008 +0000
@@ -392,11 +392,11 @@
     """Uses gccxml to scan the file 'everything.h' and extract API definitions.
     """
     def __init__(self, curdirnode, env):
-        self.m_display = 'python-scan'
         self.prio = 5 # everything.h has prio 4
         super(PythonScanTask, self).__init__()
         self.curdirnode = curdirnode
         self.env = env
+        self.m_display = 'python-scan\n'
 
     def run(self):
         #print "Rescanning the python bindings..."
--- a/src/internet-stack/wscript	Wed Dec 03 21:09:52 2008 -0500
+++ b/src/internet-stack/wscript	Thu Dec 04 11:34:01 2008 +0000
@@ -97,10 +97,10 @@
     """task that builds nsc
     """
     def __init__(self, builddir):
-        self.m_display = 'build-nsc'
         self.prio = 1000 # build after the rest of ns-3
         self.builddir = builddir
         super(NscBuildTask, self).__init__()
+        self.m_display = 'build-nsc\n'
 
     def run(self):
         # XXX: Detect gcc major version(s) available to build supported stacks