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

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Sun Nov 23 23:54:18 CET 2008


Revision: 2096
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2096&view=rev
Author:   dermoth
Date:     2008-11-23 22:54:18 +0000 (Sun, 23 Nov 2008)

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

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

Modified: nagiosplug/trunk/tools/tinderbox_build
===================================================================
--- nagiosplug/trunk/tools/tinderbox_build	2008-11-23 18:37:29 UTC (rev 2095)
+++ nagiosplug/trunk/tools/tinderbox_build	2008-11-23 22:54:18 UTC (rev 2096)
@@ -234,9 +234,11 @@
     $Path = $ENV{PATH};
     print "Path before: $Path\n";
 
-    if ( $OS eq 'SunOS' ) {
-	$ENV{'PATH'} = '/usr/ccs/bin:' . $ENV{'PATH'};
-    }
+# 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'};
+#    }
 
     $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