Use the same format for the "expect N shift reduce conflicts" message
as in the one other place in /usr/src that prints such an "expect" message (amd).
This commit is contained in:
parent
5603a4b31a
commit
0f8c8e774c
@ -18,7 +18,7 @@ gram.c: ${GRAMFILES} ${.CURDIR}/defs.h tokdefs.h
|
||||
(sed < tokdefs.h "s/#define/%token/" ; \
|
||||
cat ${GRAMFILES}) > gram.in
|
||||
$(YACC) $(YFLAGS) gram.in
|
||||
echo "(expect 4 shift/reduce)"
|
||||
echo "# expect 4 shift/reduce conflicts"
|
||||
sed 's/^# line.*/\/* & *\//' y.tab.c >gram.c
|
||||
rm -f gram.in y.tab.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user