Patch rtems-rc-19990709-6-diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>

applied.  This modified many Makefiles and custom files and makes many more
settings (network, multiprocessing, etc) gnerated by autoconf.
This commit is contained in:
Joel Sherrill
1999-08-06 17:55:25 +00:00
parent 22544db9d8
commit 3a8915e6ee
252 changed files with 5494 additions and 2496 deletions

View File

@@ -186,6 +186,11 @@ sub subst_line
$line .= "\n" ;
$_ = "$line" ;
}
if ( /^(.*)RTEMS_HAS_([A-Z]+)(.*)$/o )
{
print STDERR "WARNING: Replacing RTEMS_HAS_$2 with HAS_$2\n" ;
$_ = "$1HAS_$2$3\n" ;
}
if ( /^.*\$\(make\-exe\).*$/o )
{
$make_exe_seen = 1 ;