diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-12-21 13:57:10 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-12-21 13:57:10 +0100 |
commit | a7dcd8d74e57d2a849797fa6333d25a85bfda43c (patch) | |
tree | 471badb4b3904736e962e3534b1807f3f79f7d31 /Makefile.SH | |
parent | 91f55cc7bd29f32aa63974b65eae15a4512dfd22 (diff) | |
download | perl-a7dcd8d74e57d2a849797fa6333d25a85bfda43c.tar.gz |
Move metaconfig control comments into its own files
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile.SH b/Makefile.SH index 6212c0dd13..9d8df27497 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -20,23 +20,6 @@ case $CROSS_NAME in ;; 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 - -# H.Merijn Brand [30 Oct 2004] -# Mentioned for the same reason for future reference -# #23434 $d_strlcat $d_strlcpy - -# H.Merijn Brand [21 Dec 2010] -# cbeaa1895 removed the reference to $perlpath - : 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 |