Unbreak the test target by re-generating the initial scanner
using an updated flex(1) binary. Also ignore the changing $FreeBSD$ ID lines when doing the diff. This needs additional obfuscation, to not upset the svn precommit hooks :/
This commit is contained in:
parent
034b88b092
commit
91109a91ba
@ -44,7 +44,7 @@ test: check
|
||||
check: $(PROG)
|
||||
./$(PROG) $(LFLAGS) -t $(COMPRESSION) $(.CURDIR)/scan.l \
|
||||
| sed s,\"$(.CURDIR)/scan.l",\"scan.l", \
|
||||
| diff $(.CURDIR)/initscan.c -
|
||||
| diff -I '\$$FreeBS[D]:.*\$$' $(.CURDIR)/initscan.c -
|
||||
@echo "Check successful"
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user