Subject: Cannot specify output file names in yacc(1) To: None <tech-userlevel@NetBSD.ORG> From: Christos Zoulas <christos@deshaw.com> List: tech-userlevel Date: 09/27/1995 04:20:06
Unfortunately yacc always writes its output in y.tab.c and optionally
y.tab.h and y.code.c. This breaks when pmake runs multiple yacc's in
parallel [e.g. in the gdb directory]. Should we add a flag to specify
the output filename prefix?
christos