summaryrefslogtreecommitdiffstats
path: root/c/update-tools/cipolish
diff options
context:
space:
mode:
Diffstat (limited to 'c/update-tools/cipolish')
-rw-r--r--c/update-tools/cipolish8
1 files changed, 6 insertions, 2 deletions
diff --git a/c/update-tools/cipolish b/c/update-tools/cipolish
index 61af53312c..e7a72c92ab 100644
--- a/c/update-tools/cipolish
+++ b/c/update-tools/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 )