[28660] trunk/base/src/port1.0/portbuild.tcl
source_changes at macosforge.org
source_changes at macosforge.org
Thu Sep 6 03:28:48 PDT 2007
Revision: 28660
http://trac.macosforge.org/projects/macports/changeset/28660
Author: afb at macports.org
Date: 2007-09-06 03:28:48 -0700 (Thu, 06 Sep 2007)
Log Message:
-----------
fix gnu/bsd make defaults
Modified Paths:
--------------
trunk/base/src/port1.0/portbuild.tcl
Modified: trunk/base/src/port1.0/portbuild.tcl
===================================================================
--- trunk/base/src/port1.0/portbuild.tcl 2007-09-06 10:07:07 UTC (rev 28659)
+++ trunk/base/src/port1.0/portbuild.tcl 2007-09-06 10:28:48 UTC (rev 28660)
@@ -61,13 +61,17 @@
bsd {
if {[option os.platform] == "darwin"} {
return bsdmake
+ } elseif {[option os.platform] == "freebsd"} {
+ return make
} else {
- return make
+ return pmake
}
}
gnu {
if {[option os.platform] == "darwin"} {
return gnumake
+ } elseif {[option os.platform] == "linux"} {
+ return make
} else {
return gmake
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070906/8ecd8aea/attachment.html
More information about the macports-changes
mailing list