Patch rtems-rc-4.5.0-5-cvs.diff from Ralf Corsepius

<corsepiu@faw.uni-ulm.de> that allows bootstrap to be run
from subdirectories.
This commit is contained in:
Joel Sherrill
2000-03-22 14:04:02 +00:00
parent 96cf181204
commit 94795bbda6
3 changed files with 15 additions and 7 deletions

View File

@@ -191,7 +191,7 @@ sub subst_line
my @ibuf = () ;
my $line = "" ;
while ( <> )
while ( <STDIN> )
{
&subst_line ;
if ( /^(#.*)$/o )

View File

@@ -37,7 +37,7 @@ usage()
exit 1;
}
# Check for auxillary files
# Check for auxiliary files
aux_files="../../VERSION ampolish acpolish cipolish"
for i in ${aux_files}; do
if test ! -f ${perltools}/$i; then