X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/51b2dc6b0c969f9297c8464cb91e93d65819e0ae..bf998c10baabbd95f2d59d29f9edea0eb107b156:/Makefile.in diff --git a/Makefile.in b/Makefile.in index e77a978..9f07a05 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1310,15 +1310,20 @@ 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 -Parser.cpp Parser.hpp stack.hh Parser.output: Parser.ypp +Scanner.lo: Parser.hpp IdentifierStart.h IdentifierContinue.h +Parser.lo: Parser.hpp +Parser.cpp: Parser.hpp +Parser.hpp: Parser.ypp $(BISON) -v --report=state -Werror -o Parser.cpp $< ! grep -n '^State [0-9]* conflicts:' Parser.output + ! grep -n '^ *.* *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output | grep -v '$$default' ! grep -n '^ *$$default *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output -B 2 | grep 'shift, and go to state [0-9]*$$' ! grep -n '^ *$$default *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output -B 2 | grep -v '$$default' | grep 'reduce using rule [0-9]* ([^)]*)$$' + perl -pi -e 's/yytranslate_ \(yylex \(/(yylex_ (/g' Parser.cpp # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.