Code

Revert "tinderbox: Comment out additional PATH conponent added for SunOS builds"
authorThomas Guyot-Sionnest <dermoth@aei.ca>
Mon, 24 Nov 2008 06:45:17 +0000 (01:45 -0500)
committerThomas Guyot-Sionnest <dermoth@aei.ca>
Mon, 24 Nov 2008 06:45:17 +0000 (01:45 -0500)
tools/tinderbox_build

index 416f926c74489dd3b7b054cb96b563bd68de5244..ab4234aa87365a1fba1611447b7186ef12e5b0e1 100755 (executable)
@@ -234,11 +234,9 @@ sub SetupPath {
     $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";