소스 검색

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

This reverts commit 088452683cf881c6ed717cc559ca2eee3faa95ca.
Thomas Guyot-Sionnest 17 년 전
부모
커밋
b505870842
1개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 5
      tools/tinderbox_build

+ 3 - 5
tools/tinderbox_build

@@ -234,11 +234,9 @@ sub SetupPath {
     $Path = $ENV{PATH};
     $Path = $ENV{PATH};
     print "Path before: $Path\n";
     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};
     $Path = $ENV{PATH};
     print "Path After: $Path\n";
     print "Path After: $Path\n";