mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
378817d2ee
commit
97c71af856
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue