[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2097] nagiosplug/trunk/tools/tinderbox_build

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Mon Nov 24 07:47:17 CET 2008


Revision: 2097
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2097&view=rev
Author:   dermoth
Date:     2008-11-24 06:47:16 +0000 (Mon, 24 Nov 2008)

Log Message:
-----------
Revert "tinderbox: Comment out additional PATH conponent added for SunOS builds"

This reverts commit 088452683cf881c6ed717cc559ca2eee3faa95ca.

Modified Paths:
--------------
    nagiosplug/trunk/tools/tinderbox_build

Modified: nagiosplug/trunk/tools/tinderbox_build
===================================================================
--- nagiosplug/trunk/tools/tinderbox_build	2008-11-23 22:54:18 UTC (rev 2096)
+++ nagiosplug/trunk/tools/tinderbox_build	2008-11-24 06:47:16 UTC (rev 2097)
@@ -234,11 +234,9 @@
     $Path = $ENV{PATH};
     print "Path before: $Path\n";
 
-# Any reason for this? This make use of Sun make which cannot handle the
-# optional makefile include used for Git versioning.
-#    if ( $OS eq 'SunOS' ) {
-#	$ENV{'PATH'} = '/usr/ccs/bin:' . $ENV{'PATH'};
-#    }
+    if ( $OS eq 'SunOS' ) {
+	$ENV{'PATH'} = '/usr/ccs/bin:' . $ENV{'PATH'};
+    }
 
     $Path = $ENV{PATH};
     print "Path After: $Path\n";


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