summaryrefslogtreecommitdiffstats
path: root/c/update-tools/acpolish
diff options
context:
space:
mode:
Diffstat (limited to 'c/update-tools/acpolish')
-rw-r--r--c/update-tools/acpolish15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/update-tools/acpolish b/c/update-tools/acpolish
index 485ba2131c..d348bf9ae6 100644
--- a/c/update-tools/acpolish
+++ b/c/update-tools/acpolish
@@ -67,6 +67,21 @@ while( <> )
$nl_seen = $nl_seen+1;
}
+ if ( /^(.*)\$\(RTEMS_BSP\)(.*)$/o )
+ {
+ $_ = "$1\$\{RTEMS_BSP\}$2\n" ;
+ }
+
+ if ( /^(.*)\$\(PROJECT_ROOT\)\/\$\{RTEMS_BSP\}\/lib\/include(.*)$/o )
+ {
+ $_ = "$1\$\(PROJECT_INCLUDE\)$2\n" ;
+ }
+
+ if ( /^(.*)\$\{PROJECT_RELEASE\}(.*)$/o )
+ {
+ $_ = "$1\$\{PROJECT_RELEASE\}$2\n" ;
+ }
+
if ( /^[ ]*srcdir[ ]*=.*$/o )
{
print "\@SET_MAKE\@\n" ;