summaryrefslogtreecommitdiff
path: root/dist-check.mk
AgeCommit message (Collapse)Author
2009-06-02build: make distcheck rules use --enable-gcc-warningsJim Meyering
* dist-check.mk (warn_cflags): Remove definition, now that it's been subsumed by --enable-gcc-warnings. (my-distcheck): Use configure with --enable-gcc-warnings and remove use of $(warn_cflags).
2009-05-17build: avoid new "make distcheck" failure with gcc 4.5.0 20090517Jim Meyering
* dist-check.mk (warn_cflags): Add -Wno-enum-compare.
2009-04-24build: move coreutils-specific rules from maint.mk to new fileJim Meyering
* dist-check.mk: New file: coreutils-specific rules extracted from maint.mk, now that maint.mk has migrated to gnulib. * Makefile.am (EXTRA_DIST): Add dist-check.mk. * coreutils/cfg.mk: Include $(srcdir)/dist-check.mk. * gnulib: Update submodule to latest.