-
- Downloads
Remove maintainer-check target, fold into normal build
make maintainer-check was obscure and rarely called in practice, and many breakages were missed. Fold everything that make maintainer-check used to do into the normal build. Specifically: - Call duplicate_oids when genbki.pl is called. - Check for tabs in SGML files when the documentation is built. - Run msgfmt with the -c option during the regular build. Add an additional configure check to see whether we are using the GNU version. (make maintainer-check probably used to fail with non-GNU msgfmt.) Keep maintainer-check as around as phony target for the time being in case anyone is calling it. But it won't do anything anymore.
Showing
- GNUmakefile.in 0 additions, 2 deletionsGNUmakefile.in
- config/programs.m4 5 additions, 0 deletionsconfig/programs.m4
- configure 14 additions, 0 deletionsconfigure
- doc/Makefile 1 addition, 1 deletiondoc/Makefile
- doc/src/Makefile 1 addition, 1 deletiondoc/src/Makefile
- doc/src/sgml/Makefile 3 additions, 3 deletionsdoc/src/sgml/Makefile
- src/Makefile.global.in 3 additions, 2 deletionssrc/Makefile.global.in
- src/backend/catalog/Makefile 2 additions, 1 deletionsrc/backend/catalog/Makefile
- src/backend/common.mk 1 addition, 1 deletionsrc/backend/common.mk
- src/include/Makefile 0 additions, 3 deletionssrc/include/Makefile
- src/nls-global.mk 2 additions, 9 deletionssrc/nls-global.mk
Loading
Please register or sign in to comment