X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/5f6902c29e9bba2538e729694ec7c8ced38bf9ec..1cff1a902880bc31e319df2645b5294f196b4b26:/Makefile.in diff --git a/Makefile.in b/Makefile.in index e77a978..5f50501 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1310,7 +1310,8 @@ Scanner.lpp: Scanner.lpp.in UnicodeIDStart.l UnicodeIDContinue.l $(srcdir)/Filter.sh $< >$@ $(filters) Scanner.cpp: Scanner.lpp $(FLEX) $(LFLAGS) -o $@ -T $< 2>Scanner.output || (grep -F '$<:' Scanner.output; false) - grep -E '^(No backing up\.|Compressed tables always back up\.)$$' lex.backup >/dev/null + @#grep -E '^(No backing up\.|Compressed tables always back up\.)$$' lex.backup >/dev/null + ! grep -n '^ jam-transitions: ' lex.backup | grep -v ': EOF \[\(\]\| \\2\)' ! grep -F ': warning, ' Scanner.output || true Scanner.lo: Parser.hpp