diff options
author | Jim Meyering <meyering@redhat.com> | 2008-09-24 15:02:19 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-09-27 00:08:39 +0200 |
commit | 2f706199d0cd144acf6340f388bbd91472a3bb49 (patch) | |
tree | 25adfd3f0c799a98e6a07caec9bd7d38d6a7932d | |
parent | e13188e7ef7bbd609c1586332a335b4194b881aa (diff) | |
download | coreutils-2f706199d0cd144acf6340f388bbd91472a3bb49.tar.xz |
maint: allow more C99 constructs; stop maintaining c99-to-c89 patch set
* cfg.mk (local-checks-to-skip): Add patch-check.
With the recent changes to remove.c, I no longer wish
to maintain the c99-to-c89 patch set.
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ gpg_key_ID = B9AB9A16 # at the top of the file for each `make distcheck' run. local-checks-to-skip = changelog-check strftime-check +local-checks-to-skip += patch-check + # The local directory containing the checked-out copy of gnulib used in this # release. Used solely to get gnulib's SHA1 for the "announcement" target. gnulib_dir = /gnulib |