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:
Ulrich Spörlein 2010-11-09 18:28:11 +00:00
parent 034b88b092
commit 91109a91ba
2 changed files with 207 additions and 183 deletions

View File

@ -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