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

List:       kde-commits
Subject:    branches/work/kdesvn-build-1.10
From:       Michael Pyne <mpyne () purinchu ! net>
Date:       2009-06-03 20:12:47
Message-ID: 1244059967.705666.22246.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 977296 by mpyne:

Fix an issue brought about in the big KDE 3 support massacre, now the correct
make command line is created for both build and install modes.


 M  +2 -2      kdesvn-build  


--- branches/work/kdesvn-build-1.10/kdesvn-build #977295:977296
@@ -2581,14 +2581,14 @@
         return 1;
     }
 
-    unshift (@args, $make);
-
     # Add make-options to the given options.
     # If we're installing, we need to strip out parallel build options.  If any
     # other options would break installation I will probably need to add a
     # separate make-install-options option. :-(
     unshift (@args, split(' ', $opts));
 
+    unshift (@args, $make);
+
     if ($installing and grep(/^-j/, @args))
     {
         whisper "\tStripping parallel install instructions for g[$module]";
[prev in list] [next in list] [prev in thread] [next in thread] 

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