From 2c7bed000e8091a1400114694ea1f34a678e88c4 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 20 Mar 2008 07:19:56 -0600 Subject: Sync GNUmakefile with gnulib. * GNUmakefile (Makefile.cfg): Rename... (cfg.mk): ...to this, and make optional. (GNUmakefile.cfg): Delete, redundant with cfg.mk. (Makefile.maint): Rename... (maint.mk): ...to this. (all) [!_have-Makefile]: Rename... (abort-due-to-no-makefile): ...to this, and invoke via .DEFAULT_GOAL to pick up all targets. * Makefile.cfg: Rename... * cfg.mk: ...to this. * Makefile.maint: Rename... * maint.mk ...to this. (ME): Reflect rename. (makefile-check, m4-check, author_mark_check, msg): Use $(ME) rather than hard-coded name. * Makefile.am (EXTRA_DIST): Distribute renamed files. * .x-sc_file_system: Remove Makefile.maint along with others. No longer needed. * .x-sc_obsolete_symbols: Likewise. * .x-sc_prohibit_atoi_atof: Reflect renaming and remove no-longer-VC'd names. * TODO: Likewise. Signed-off-by: Eric Blake --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 4e0b2984e..86320b9de 100644 --- a/TODO +++ b/TODO @@ -142,11 +142,11 @@ Add a distcheck-time test to ensure that every distributed file is either read-only(indicating generated) or is version-controlled and up to date. -remove `%s' notation (now that they're all gone, add a Makefile.maint sc_ +remove `%s' notation (now that they're all gone, add a maint.mk sc_ rule to ensure no new ones are added): grep -E "\`%.{,4}s'" src/*.c -remove all uses of the `register' keyword: Done. add a Makefile.maint rule +remove all uses of the `register' keyword: Done. add a maint.mk rule for this, too. remove or adjust chown's --changes option, since it -- cgit v1.2.3-54-g00ecf