projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
747da9a
)
'no *POSIX' Patch speeding up make on BS2000
Thomas Dorner [Wed, 7 Mar 2001 14:13:31 +0000 (15:13 +0100)]
Message-ID: <
6727B1DACFCDD311A757009027CA8D69010A88CB
@Ex02.inhouse.start.de>
p4raw-id: //depot/perl@9079
makedepend.SH
patch
|
blob
|
blame
|
history
diff --git
a/makedepend.SH
b/makedepend.SH
index
9a6f4c1
..
7f8a108
100755
(executable)
--- a/
makedepend.SH
+++ b/
makedepend.SH
@@
-108,7
+108,11
@@
for file in `$cat .clist`; do
if [ "$archname" = cygwin ]; then
uwinfix="-e s,\\\\\\\\,/,g"
else
- uwinfix=
+ if [ "$osname" = posix-bc ]; then
+ uwinfix="-e s/\\*POSIX(\\(.*\\))/\\1/"
+ else
+ uwinfix=
+ fi
fi
fi
fi