mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +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:
@@ -45,4 +45,4 @@ clean: clean-local
|
||||
clean-local:
|
||||
rm -f $(subsysfilename) $(OBJS)
|
||||
|
||||
$(call recurse,coverage)
|
||||
$(call recurse,coverage maintainer-check)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user