bootstrap.1 is not usefull anymore use bootsrap directly
This commit is contained in:
parent
2ff63bcdea
commit
aa09a9b77d
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,7 +43,6 @@
|
|||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/autom4te.cache
|
/autom4te.cache
|
||||||
/autogen.lastrun
|
/autogen.lastrun
|
||||||
/bootstrap
|
|
||||||
/ChangeLog
|
/ChangeLog
|
||||||
/config.guess
|
/config.guess
|
||||||
/config.log
|
/config.log
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
if test -z "${SOLARENV}"; then
|
if test -z "${SOLARENV}"; then
|
||||||
if test -f ./Env.Build.sh ; then
|
if test -f ./Env.Build.sh ; then
|
@ -2109,7 +2109,6 @@ if test "$cross_compiling" = "yes"; then
|
|||||||
tar cf - \
|
tar cf - \
|
||||||
Makefile.in \
|
Makefile.in \
|
||||||
bin/repo-list.in \
|
bin/repo-list.in \
|
||||||
bootstrap.1 \
|
|
||||||
config.guess \
|
config.guess \
|
||||||
configure \
|
configure \
|
||||||
ooo.lst.in \
|
ooo.lst.in \
|
||||||
|
17
set_soenv.in
17
set_soenv.in
@ -2118,23 +2118,6 @@ Alternatively, you can install the 'new' make where ever you want and make sure
|
|||||||
EOS
|
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 "" ) {
|
if ( $Warning ne "" ) {
|
||||||
print "***** WARNINGS ISSUED *****\n";
|
print "***** WARNINGS ISSUED *****\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user