summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-10-07 14:10:10 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-10-07 15:27:32 -0500
commitaa09a9b77d10145ecc0dc0111c7235d869a428a8 (patch)
treecdfe62a4b4ca42112e03403715d860ce095bfb28 /set_soenv.in
parent2ff63bcdeac45ca10a6c6ac72ac8c9faf9301aa2 (diff)
bootstrap.1 is not usefull anymore use bootsrap directly
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 63223e76ff38..310ac75120f1 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -2118,23 +2118,6 @@ Alternatively, you can install the 'new' make where ever you want and make sure
EOS
}
-$bootfile = "bootstrap";
-open( OUT, ">$bootfile" ) ||
-die "Cannot open $bootfile: $!\n";
-print OUT "#!/bin/sh\n";
-close( OUT ) || print "Can't close $bootfile: $!";
-system(`cat bootstrap.1 >> bootstrap`);
-system(`chmod +x bootstrap`);
-#
-#--------------------------------------------------------
-# Moving the bootstrap file to the build home directory.
-#--------------------------------------------------------
-#
-$tmp = $SRC_ROOT.$ds.$bootfile;
-if (rename( $bootfile, $tmp ) ne 1)
-{ `mv -f $bootfile $tmp`;
-}
-
if ( $Warning ne "" ) {
print "***** WARNINGS ISSUED *****\n";
}