summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2004-02-16 10:27:17 +1100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-02-17 11:22:24 +0000
commit761ee4e8f04fab46ae6718633150f12611f85867 (patch)
tree8cfcfc0372171cb6c721e4248aead8f7be3ab272 /Makefile.SH
parent1fd33325e0ec5c0de0c29643e96c30ebc6a21809 (diff)
downloadperl-761ee4e8f04fab46ae6718633150f12611f85867.tar.gz
1. Creating backward compatibility for Configure after patches
#22227 and #22302 to still support 5.8.x and below 2. Small change for building on GNU hurd From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20040215122717.GA26812@londo.c47.org> p4raw-id: //depot/perl@22314
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index b759821486..bc5a497419 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -9,6 +9,17 @@ case $PERL_CONFIG_SH in
. $TOP/config.sh
;;
esac
+
+# H.Merijn Brand [17 Feb 2004]
+# This comment is just to ensure that Configure will find variables that
+# are removed/replaced in patches on blead, but are still needed in the
+# 5.8.x, 5.6.x and 5.005.x maintainance tracks.
+# metaconfig -m will scan all .SH files on this level (not deeper), and
+# not in x2p and other subfolders. This file is as good as any .SH
+# patch references
+# #22227 $baserev
+# #22302 $yacc $byacc
+
: This forces SH files to create target in same directory as SH file.
: This is so that make depend always knows where to find SH derivatives.
case "$0" in