changeset 5537:9c48e09b4b33

Better multiple sources marker.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Fri, 21 Aug 2009 14:26:42 +0200
parents 39a499efce6d
children 35bfa489b6bc
files gub/specs/boost.py gub/specs/ghostscript.py
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/boost.py	Fri Aug 21 14:26:02 2009 +0200
+++ b/gub/specs/boost.py	Fri Aug 21 14:26:42 2009 +0200
@@ -96,7 +96,7 @@
         Boost.__init__ (self, settings, source)
         self.function_source = repository.get_repository_proxy (self.settings.downloads, 'http://lilypond.org/download/gub-sources/boost-function/boost-function-1.34.1.tar.gz?strip=0')
     def connect_command_runner (self, runner):
-        printf ('FIXME: deferred workaround')
+        printf ('FIXME: deferred workaround: should support multiple sources')
         if (runner):
             self.function_source.connect_logger (runner.logger)
         return Boost.connect_command_runner (self, runner)
--- a/gub/specs/ghostscript.py	Fri Aug 21 14:26:02 2009 +0200
+++ b/gub/specs/ghostscript.py	Fri Aug 21 14:26:42 2009 +0200
@@ -265,7 +265,7 @@
         Ghostscript.__init__ (self, settings, source)
         self.fonts_source = repository.get_repository_proxy (self.settings.downloads, 'http://mirror2.cs.wisc.edu/pub/mirrors/ghost/GPL/gs860/ghostscript-fonts-std-8.11.tar.gz')
     def connect_command_runner (self, runner):
-        printf ('FIXME: deferred workaround')
+        printf ('FIXME: deferred workaround: should support multiple sources')
         if (runner):
             self.fonts_source.connect_logger (runner.logger)
         return Ghostscript.connect_command_runner (self, runner)
@@ -379,10 +379,8 @@
     def configure (self):
         tools.AutoBuild.configure (self)
         self.makefile_fixup ('%(builddir)s/Makefile')
-        
     def compile_command (self):
         return tools.AutoBuild.compile_command (self) + self.compile_flags ()
-    
     def compile (self):
         self.system ('''
 cd %(builddir)s && mkdir -p obj