1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-18 04:29:09 +03:00

Call check_keywords.pl in maintainer-check

For that purpose, have check_keywords.pl print errors to stderr and
return a useful exit status.
This commit is contained in:
Peter Eisentraut
2012-02-27 13:53:12 +02:00
parent 1b630751d0
commit 9bf8603c7a
3 changed files with 22 additions and 9 deletions

View File

@@ -65,3 +65,7 @@ gram.o keywords.o parser.o: gram.h
# are not cleaned here.
clean distclean maintainer-clean:
rm -f lex.backup
maintainer-check:
$(PERL) $(top_srcdir)/src/tools/check_keywords.pl $(top_srcdir)