summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@debian.org>2020-05-16 19:49:23 +0300
committerSawyer X <xsawyerx@cpan.org>2020-05-24 00:32:32 +0300
commit88282c0846b7232287fc387682b1b5337d56cf64 (patch)
treec494ee149e134eabfec64e1703fb91bb2facf144 /config_h.SH
parentb031ecf901752fcfc55d9ae02a3f931fdeb8498e (diff)
downloadperl-88282c0846b7232287fc387682b1b5337d56cf64.tar.gz
Fix config_h.SH duplication due to re-running Porting/config_h.pl
Quoting Porting/config_h.pl : # This script is run just after metaconfig, and it # is run ONLY ONCE. Not to be used afterwards It looks like e849841dca2a8b11119997585f795647c52cdcdf accidentally did re-run it, resulting in some duplication in config_h.SH. (Also includes regenerated uconfig.h by regen/uconfig_h.pl)
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH12
1 files changed, 0 insertions, 12 deletions
diff --git a/config_h.SH b/config_h.SH
index 451c04a51d..26ed9f9fba 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -5,13 +5,6 @@
#
# See Porting/config_h.pl
-#!/bin/sh
-#
-# THIS IS A GENERATED FILE
-# DO NOT HAND-EDIT
-#
-# See Porting/config_h.pl
-
: Set up for generating config_h.SH
case "$CONFIG_SH" in
'') CONFIG_SH=config.sh;;
@@ -38,9 +31,6 @@ esac
case "$CONFIG_H" in
already-done) echo "Not re-extracting config.h" ;;
*)
-case "$CONFIG_H" in
-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
@@ -5302,5 +5292,3 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
!GROK!THIS!
;;
esac
-;;
-esac