summaryrefslogtreecommitdiffstats
path: root/tools/update
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-06 17:55:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-06 17:55:25 +0000
commit3a8915e6ee7974d832994d218c6a90b83cd86323 (patch)
tree3dde98ccb6120fb27412044b6b951c2af13a2781 /tools/update
parentTypo -- removed blank line at top of file. (diff)
downloadrtems-3a8915e6ee7974d832994d218c6a90b83cd86323.tar.bz2
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.
Diffstat (limited to 'tools/update')
-rwxr-xr-xtools/update/acpolish5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/update/acpolish b/tools/update/acpolish
index 307f2ab0be..9b1fc59edd 100755
--- a/tools/update/acpolish
+++ b/tools/update/acpolish
@@ -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 ;