From: Jim Meyering Date: Thu, 4 Jan 2007 11:08:36 +0000 (+0100) Subject: * Makefile.cfg (local-checks-to-skip): Skip strftime-check, in X-Git-Tag: COREUTILS-6_8~85^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8e51ae68abb0c9b281153ce64a83edd8bb7bdc8;p=thirdparty%2Fcoreutils.git * Makefile.cfg (local-checks-to-skip): Skip strftime-check, in case you don't have convenient access to glibc info documentation. --- diff --git a/ChangeLog b/ChangeLog index 50d56dae50..bf9f7a547a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-01-04 Jim Meyering + * Makefile.cfg (local-checks-to-skip): Skip strftime-check, in + case you don't have convenient access to glibc info documentation. + When decoding, always allow newlines in input, with almost no performance impact. * src/base64.c (do_decode): Initialize decode context. diff --git a/Makefile.cfg b/Makefile.cfg index bd42ca036f..4ade0bddb3 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.