mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
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:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user