[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/unsermake
From:       Kevin Puetz <puetzk () iastate ! edu>
Date:       2002-12-11 20:45:46
[Download RAW message or body]

CVS commit by puetzk: 

Properly quote $(CXX) and $(CXXLD) when passing to libtool, so that they can
be things like CXX="distcc g++-3.2" or CXX="ccache distcc g++-3.2" or
other arbitrarily complex things


  M +2 -2      unsermake   1.124


--- kdenonbeta/unsermake/unsermake  #1.123:1.124
@@ -394,5 +394,5 @@
                         link = [ link, '$(RANLIB) $@']
                 else:
-                        link = '$(LIBTOOL) --mode=link --tag=CXX $(CXXLD) '
+                        link = '$(LIBTOOL) --mode=link --tag=CXX "$(CXXLD)" '
 
                         link = self.handle_variable("CXXFLAGS", link)
@@ -470,5 +470,5 @@
 
                         closure = rulef.build + self.name + ".closure"
-                        linkline = '$(LIBTOOL) --mode=link --tag=CXX $(CXXLD) '
+                        linkline = '$(LIBTOOL) --mode=link --tag=CXX "$(CXXLD)" '
                         linkline = linkline + '%s_closure.lo ' % (rulef.build + self.canon_name)
                         linkline = self.handle_variable("LDFLAGS", linkline)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic