summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-16 18:23:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-16 18:23:48 +0000
commit6b7ab9bf7242773ce8309f6fd5c6e53357fc1fd1 (patch)
tree5a4dabbc167f571c3c8adfb1ce6ea4f30867fe9c /tools
parentPatch from Ralf Corsepius <corsepiu@@faw.uni-ulm.de>: (diff)
downloadrtems-6b7ab9bf7242773ce8309f6fd5c6e53357fc1fd1.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
FYI: I am not talking about using "make -C <dir>", which probably is much faster on M$ hosts than RTEMS's implementation, but about removing --enable-gmake-print support and to apply a variant of automake's subdirectory. Automake's subdirectory rule seems to be a little bit faster, but I wouldn't bet on this. Attached to this mail is my proposal. After applying the patch, please run cvs rm aclocal/enable-gmake-print.m4 ./autogen
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update/cipolish8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/update/cipolish b/tools/update/cipolish
index 61af53312c..e7a72c92ab 100755
--- a/tools/update/cipolish
+++ b/tools/update/cipolish
@@ -81,8 +81,12 @@ while( <> )
{
#remove the line
}
- elsif ( /^[ ]*AC_SUBST\(RTEMS_USE_OWN_PDIR\)[ ]*$/o )
- {
+ elsif ( /^[\s\t]*AC_SUBST\(RTEMS_USE_OWN_PDIR\)[ ]*$/o )
+ { # obsolete option
+ #remove the line
+ }
+ elsif ( /^[\s\t]*RTEMS_ENABLE_GMAKE_PRINT[ ]*$/o )
+ { # obsolete macro
#remove the line
}
elsif ( /^[ ]*AC_SUBST\(RTEMS_HAS_NETWORKING\)[ ]*$/o )