summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-11 14:50:09 +0100
committerJim Meyering <jim@meyering.net>2007-01-11 14:50:09 +0100
commitfbcbba4b946683ba663df78d9e15c052f7244795 (patch)
treee6aaf54a08d04f029981659098161ebade771e62
parentb5f1873022d7abc93313df2dfd16d8aa58119916 (diff)
parent48545b57560932ceb661306d8b961fc625415cf5 (diff)
downloadcoreutils-fbcbba4b946683ba663df78d9e15c052f7244795.tar.xz
Merge branch 'master' of /cu
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.cfg4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a89a0165e..413a234f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,9 @@
2007-01-04 Jim Meyering <jim@meyering.net>
+ * Makefile.cfg (local-checks-to-skip): Skip strftime-check, in
+ case you don't have convenient access to glibc info documentation.
+
Use the release year, not the current year.
* src/groups.sh (version): Use a better name: @RELEASE_YEAR@.
* src/Makefile.am (RELEASE_YEAR): Define it.
diff --git a/Makefile.cfg b/Makefile.cfg
index bd42ca036..4ade0bddb 100644
--- a/Makefile.cfg
+++ b/Makefile.cfg
@@ -1,5 +1,5 @@
# Customize Makefile.maint. -*- makefile -*-
-# Copyright (C) 2003-2006 Free Software Foundation, Inc.
+# Copyright (C) 2003-2007 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
@@ -33,7 +33,7 @@ gpg_key_ID = D333CBA1
# 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
+local-checks-to-skip = changelog-check strftime-check
# The local directory containing the checked-out copy of gnulib used in
# this release. Used solely to get a date for the "announcement" target.