summaryrefslogtreecommitdiff
path: root/cfg.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* post-release administriviaJoel Granados Moreno2009-07-231-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* build: update from gnulibJim Meyering2009-07-091-0/+1
| | | | | | * gnulib: Update submodule to latest. * cfg.mk (local-checks-to-skip): Add sc_require_test_exit_idiom. This skips a new-from-gnulib test that doesn't apply here.
* maint: cfg.mk: remove now-unnecessary gnulib_dir definitionJim Meyering2009-05-151-4/+0
| | | | | * cfg.mk (gnulib_dir): Remove definition, now that gnulib's maint.mk provides the default we want.
* build: accommodate maint.mk, now that it's pulled from gnulibJim Meyering2009-04-261-1/+3
| | | | | | | * dist-check.mk: New file, from coreutils. Was part of maint.mk. * cfg.mk (old_NEWS_hash): Include $(srcdir)/dist-check.mk. Remove trailing " -", to align with new check in maint.mk. * Makefile.am (EXTRA_DIST): Add dist-check.mk.
* build: enable "make syntax-check" rule to prohibit trailing spacesJim Meyering2009-03-051-2/+1
| | | | * cfg.mk (local-checks-to-skip): Remove sc_trailing_blank.
* update some release-related administriviaJim Meyering2009-03-051-1/+1
| | | | | | * .prev-version: Record that the previous release was 1.8.8.1. * NEWS: Fill in the date for the previous release. * cfg.mk (old_NEWS_hash): Update
* Pass NEWS-checking part of "make syntax-check".Jim Meyering2008-04-301-1/+1
| | | | | * NEWS: Tweak format so it passes. * cfg.mk (old_NEWS_hash): Update MD5 checksum.
* Turn off strcmp/STREQ check.Jim Meyering2008-04-301-0/+1
| | | | * cfg.mk (local-checks-to-skip): Add sc_prohibit_strcmp.
* more updates from gnulib and coreutilsJim Meyering2008-04-301-0/+57
* bootstrap.conf (gnulib_modules): Add gitlog-to-changelog. * .gitignore: Add .tarball-version * Makefile.am (EXTRA_DIST): Add .version and .prev-version. (dist-hook): Update rule. (gen-ChangeLog): New rule. * maint.mk: Rename from Makefile.maint and update from coreutils. * cfg.mk: Rename from Makefile.cfg and update from coreutils.