Kaydet (Commit) aa09a9b7 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

bootstrap.1 is not usefull anymore use bootsrap directly

üst 2ff63bcd
......@@ -43,7 +43,6 @@
/aclocal.m4
/autom4te.cache
/autogen.lastrun
/bootstrap
/ChangeLog
/config.guess
/config.log
......
#!/bin/sh
if test -z "${SOLARENV}"; then
if test -f ./Env.Build.sh ; then
......
......@@ -2109,7 +2109,6 @@ if test "$cross_compiling" = "yes"; then
tar cf - \
Makefile.in \
bin/repo-list.in \
bootstrap.1 \
config.guess \
configure \
ooo.lst.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";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment