From ed91e298a4b51ab184b6c22a2b7e61a357795382 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 18 Jun 2006 22:06:42 +0000 Subject: [PATCH] * Makefile.cfg (local-checks-to-skip): Add changelog-check, so this check is not run as part of "make distcheck". --- ChangeLog | 5 +++++ Makefile.cfg | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0970cfe9ad..2b766ccd17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-19 Jim Meyering + + * Makefile.cfg (local-checks-to-skip): Add changelog-check, + so this check is not run as part of "make distcheck". + 2006-06-18 Bob Proulx (tiny change) * tests/misc/pwd-long: Fix typo (s/neq/ne/) in previous change. diff --git a/Makefile.cfg b/Makefile.cfg index af42d015c7..7a5a90457c 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -1,5 +1,5 @@ # Customize Makefile.maint. -*- makefile -*- -# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2003-2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -50,5 +50,8 @@ local_updates = wget-update cvs-update # The GnuPG ID of the key used to sign the tarballs. gpg_key_ID = D333CBA1 -# Tests not to run. -local-checks-to-skip = +# Tests not to run as part of "make distcheck". +# Exclude changelog-check here so that there's less churn in ChangeLog +# files -- otherwise, you'd need to have the upcoming version number +# at the top of the file for each `make distcheck' run. +local-checks-to-skip = changelog-check -- 2.47.3