p4raw-id: //depot/cfgperl@2110
fi
cd x2p
rm -f y.tab.c
- yacc -d a2p.y >/dev/null 2>&1
+ case "$osname" in
+ os390)
+ yacc -d a2p.y >/dev/null 2>&1
+ ;;
+ *) # e.g. posix-bc
+ yacc a2p.y >/dev/null 2>&1
+ ;;
+ esac
if cmp -s y.tab.c a2p.c
then
rm -f y.tab.c
vmesa)
# Do nothing in VM/ESA.
;;
+*)
+ echo "'$osname' is an EBCDIC system I don't know well." >&4
+ ;;
esac
case "$xxx" in
'') echo "No parser files were regenerated. That's okay." >&2 ;;