summaryrefslogtreecommitdiff
path: root/mcon/U/Oldsym.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/Oldsym.U')
-rw-r--r--mcon/U/Oldsym.U10
1 files changed, 5 insertions, 5 deletions
diff --git a/mcon/U/Oldsym.U b/mcon/U/Oldsym.U
index 2546fc3..5e85313 100644
--- a/mcon/U/Oldsym.U
+++ b/mcon/U/Oldsym.U
@@ -1,7 +1,7 @@
-?RCS: $Id: Oldsym.U 167 2013-05-08 17:58:00Z rmanfredi $
+?RCS: $Id$
?RCS:
?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
-?RCS:
+?RCS:
?RCS: You may redistribute only under the terms of the Artistic License,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
@@ -15,12 +15,12 @@
?RCS: Revision 3.0 1993/08/18 12:05:13 ram
?RCS: Baseline for dist 3.0 netwide release.
?RCS:
-?X:
+?X:
?X: This unit follows the creation of the config.sh file. It adds some
?X: special symbols: defines from patchlevel.h file if any and CONFIG,
?X: which is set to true. Then, we try to keep all the new symbols that
?X: may come from a hint file or a previous config.sh file.
-?X:
+?X:
?MAKE:Oldsym: Config_sh Options test hint src sed sort uniq
?MAKE: -pick add $@ %<
?T:CONFIG sym tmp
@@ -29,7 +29,7 @@
$test -f $src/patchlevel.h && \
awk '/^#define/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh
?X: In revision.h we expect something like:
-?X: #define REVISION "$Revision: 167 $"
+?X: #define REVISION "$Revision$"
?X: which is supposed to be expanded by the revision control system.
$test -f $src/revision.h && \
sed -ne 's/^#define \([A-Za-z0-9_]*\) ".*: \([0-9]*\).*"/\1=\2/p' \