diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-12-21 14:38:33 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-12-21 14:38:33 +0100 |
commit | aa86d596a3afb2111d0ea4b38f99238145ecb10f (patch) | |
tree | bde55028023c991e421d53a4a0081c617f46266a | |
parent | a7dcd8d74e57d2a849797fa6333d25a85bfda43c (diff) | |
download | perl-aa86d596a3afb2111d0ea4b38f99238145ecb10f.tar.gz |
No reference to $Id: in generated files
They might have served a purpose in the original files, but Nicholas
and Zefram expressed their concern that in the generated files, these
tags are misleading and unneeded.
-rwxr-xr-x | Configure | 4 | ||||
-rw-r--r-- | Porting/config_H | 8 | ||||
-rwxr-xr-x | config_h.SH | 5 | ||||
-rw-r--r-- | uconfig.h | 8 |
4 files changed, 6 insertions, 19 deletions
@@ -28,9 +28,7 @@ # See Porting/pumpkin.pod for more information on metaconfig. # -# $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ -# -# Generated on Tue Dec 21 12:45:44 CET 2010 [metaconfig 3.5 PL0] +# Generated on Tue Dec 21 14:30:17 CET 2010 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF diff --git a/Porting/config_H b/Porting/config_H index f419668dbc..295f6ca8d9 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -2,20 +2,16 @@ to successfully run Configure, copy this file to config.h and edit it to suit your system. */ -/* - * This file was produced by running the config_h.SH script, which +/* This file was produced by running the config_h.SH script, which * gets its values from config.sh, which is generally produced by * running Configure. * * Feel free to modify any of this as the need arises. Note, however, * that running config_h.SH again will wipe out any changes you've made. * For a more permanent change edit config.sh and rerun config_h.SH. - * - * $Id: Config_h.U 1 2006-08-24 12:32:52Z rmanfredi $ */ -/* - * Package name : perl5 +/* Package name : perl5 * Source directory : . * Configuration time: Fri Oct 3 17:54:26 CEST 2008 * Configured by : merijn diff --git a/config_h.SH b/config_h.SH index 14f6b0eeb1..09994e62e1 100755 --- a/config_h.SH +++ b/config_h.SH @@ -31,16 +31,13 @@ already-done) echo "Not re-extracting config.h" ;; *) echo "Extracting $CONFIG_H (with variable substitutions)" sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-def!#undef!' -/* - * This file was produced by running the config_h.SH script, which +/* This file was produced by running the config_h.SH script, which * gets its values from $CONFIG_SH, which is generally produced by * running Configure. * * Feel free to modify any of this as the need arises. Note, however, * that running config_h.SH again will wipe out any changes you've made. * For a more permanent change edit $CONFIG_SH and rerun config_h.SH. - * - * \$Id: Config_h.U 1 2006-08-24 12:32:52Z rmanfredi $ */ /* @@ -1,17 +1,13 @@ -/* - * This file was produced by running the config_h.SH script, which +/* This file was produced by running the config_h.SH script, which * gets its values from uconfig.sh, which is generally produced by * running Configure. * * Feel free to modify any of this as the need arises. Note, however, * that running config_h.SH again will wipe out any changes you've made. * For a more permanent change edit uconfig.sh and rerun config_h.SH. - * - * $Id: Config_h.U 1 2006-08-24 12:32:52Z rmanfredi $ */ -/* - * Package name : perl5 +/* Package name : perl5 * Source directory : . * Configuration time: Thu Jan 1 00:00:00 GMT 1970 * Configured by : root@localhost |