summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 639f7b2)
raw | patch | inline | side by side (parent: 639f7b2)
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Tue, 6 Jan 2009 05:32:45 +0000 (00:32 -0500) | ||
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Tue, 6 Jan 2009 05:39:18 +0000 (00:39 -0500) |
tools/tinderbox_build | patch | blob | history |
diff --git a/tools/tinderbox_build b/tools/tinderbox_build
index 5035b60374fc6a61fd68b7c4cee112ccf0ab4f9d..b908da8344d449e736fcf2e8d4e14fb0c3ae8c09 100755 (executable)
--- a/tools/tinderbox_build
+++ b/tools/tinderbox_build
print "Path before: $Path\n";
# Don't alter path if we're building off a repository tree;
- # SunOS make will work only out of snapshots and releases.
+ # SunOS make will be used only for snapshots and releases.
if ( $OS eq 'SunOS' && !( -e '.svn' || -e '.git' )) {
$ENV{'PATH'} = '/usr/ccs/bin:' . $ENV{'PATH'};
}