projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9d0879
)
EBCDIC Makefile.SH iteration converges. Hopefully.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 29 Oct 1998 08:32:38 +0000
(08:32 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 29 Oct 1998 08:32:38 +0000
(08:32 +0000)
p4raw-id: //depot/cfgperl@2125
Makefile.SH
patch
|
blob
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
f87c6d3
..
9ed49e9
100644
(file)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-696,7
+696,15
@@
os390|posix-bc)
if cd x2p
then
rm -f y.tab.c y.tab.h
- yacc a2p.y >/dev/null 2>&1
+ case "$osname" in
+ posix-bc)
+ # we are using two different yaccs in BS2000 Posix!
+ byacc a2p.y >/dev/null 2>&1
+ ;;
+ *) # e.g. os390
+ yacc a2p.y >/dev/null 2>&1
+ ;;
+ esac
if cmp -s y.tab.c a2p.c
then
rm -f y.tab.c