[51536] users/ryandesign/minivmac-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed May 27 09:13:25 PDT 2009


Revision: 51536
          http://trac.macports.org/changeset/51536
Author:   ryandesign at macports.org
Date:     2009-05-27 09:13:25 -0700 (Wed, 27 May 2009)
Log Message:
-----------
minivmac-devel: Allow the make command in the configure phase to respect the user's nice and parallel building choices.

Modified Paths:
--------------
    users/ryandesign/minivmac-devel/Portfile

Modified: users/ryandesign/minivmac-devel/Portfile
===================================================================
--- users/ryandesign/minivmac-devel/Portfile	2009-05-27 16:07:41 UTC (rev 51535)
+++ users/ryandesign/minivmac-devel/Portfile	2009-05-27 16:13:25 UTC (rev 51536)
@@ -122,7 +122,7 @@
 configure {
     # Build the build system.
     if {![file exists ${worksrcpath}/Build.app]} {
-        set my_cmd "cd ${worksrcpath}/projects/gcc_${my_target} && make"
+        set my_cmd "cd ${worksrcpath}/projects/gcc_${my_target} && [build_getnicevalue] make [build_getmakejobs]"
         ui_debug ${my_cmd}
         system ${my_cmd}
         file rename ${worksrcpath}/projects/gcc_${my_target}/Build.app ${worksrcpath}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090527/0eeb6159/attachment.html>


More information about the macports-changes mailing list