summaryrefslogtreecommitdiff
path: root/jmake
diff options
context:
space:
mode:
Diffstat (limited to 'jmake')
-rwxr-xr-xjmake/fixcpp.SH1
-rwxr-xr-xjmake/jmake.SH3
2 files changed, 3 insertions, 1 deletions
diff --git a/jmake/fixcpp.SH b/jmake/fixcpp.SH
index 4bbc69b..f3e8db5 100755
--- a/jmake/fixcpp.SH
+++ b/jmake/fixcpp.SH
@@ -55,6 +55,7 @@ $startperl
\$cpp = '$cpp_trad';
\$version = '$VERSION';
\$patchlevel = '$PATCHLEVEL';
+\$revision = '$REVISION';
!GROK!THIS!
$spitshell >>fixcpp <<'!NO!SUBS!'
diff --git a/jmake/jmake.SH b/jmake/jmake.SH
index bdb5de7..b6d1277 100755
--- a/jmake/jmake.SH
+++ b/jmake/jmake.SH
@@ -71,6 +71,7 @@ $startperl
\$cpp = '$cpp';
\$version = '$VERSION';
\$patchlevel = '$PATCHLEVEL';
+\$revision = '$REVISION';
!GROK!THIS!
$spitshell >>jmake <<'!NO!SUBS!'
@@ -305,7 +306,7 @@ line: for ($i = 0; $i <= $#makefile; $i++) {
# Process regular line to be generated in Makefile.SH
- s/<TAG>/[jmake $version PL$patchlevel]/;
+ s/<TAG>/[jmake $version-$revision]/;
# Lines starting with ?SYMBOL: (resp. %SYMBOL:) are to be processed
# only if SYMBOL is defined (resp. undefined).