[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2115] nagiosplug/trunk/tools/tinderbox_build
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Tue Jan 6 06:46:17 CET 2009
Revision: 2115
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2115&view=rev
Author: dermoth
Date: 2009-01-06 05:46:17 +0000 (Tue, 06 Jan 2009)
Log Message:
-----------
tinderbox_build: Clarify comment
From: Thomas Guyot-Sionnest <dermoth at aei.ca>
Modified Paths:
--------------
nagiosplug/trunk/tools/tinderbox_build
Modified: nagiosplug/trunk/tools/tinderbox_build
===================================================================
--- nagiosplug/trunk/tools/tinderbox_build 2009-01-05 22:26:56 UTC (rev 2114)
+++ nagiosplug/trunk/tools/tinderbox_build 2009-01-06 05:46:17 UTC (rev 2115)
@@ -235,7 +235,7 @@
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'};
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list