projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
cec7e5c
)
Allow recent gccs (4.2.0 20060715 onwards) to build perl.
author
Leon Brocard <acme@astray.com>
Tue, 23 Dec 2008 16:09:58 +0000 (16:09 +0000)
committer
Leon Brocard <acme@astray.com>
Tue, 23 Dec 2008 16:09:58 +0000 (16:09 +0000)
It switched from '<command line>' to '<command-line>'.
From Perforce change 28615 (Git
cf14425e2bd169ce935f76d359f3253b51e441a0
)
makedepend.SH
patch
|
blob
|
blame
|
history
diff --git
a/makedepend.SH
b/makedepend.SH
index
7c91a44
..
327e542
100755
(executable)
--- a/
makedepend.SH
+++ b/
makedepend.SH
@@
-132,6
+132,7
@@
for file in `$cat .clist`; do
-e '/^#.*<builtin>/d' \
-e '/^#.*<built-in>/d' \
-e '/^#.*<command line>/d' \
+ -e '/^#.*<command-line>/d' \
-e '/^#.*"-"/d' \
-e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
-e 's/^[ ]*#[ ]*line/#/' \