diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-26 16:42:33 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-26 16:42:33 +0100 |
commit | 4b9e9875542cc1796ae40579c9a76011c9028abc (patch) | |
tree | 233c67f52ff0c7bb51e30e73ab9715da562b8869 /ChangeLog | |
parent | f24ff8f42b45f868876bde7d21046c01188d42a4 (diff) | |
download | coreutils-4b9e9875542cc1796ae40579c9a76011c9028abc.tar.xz |
* Makefile.maint (VC-tag): Define, so as to gpg-sign each release
tag, using the release version number as the message.
(vc-dist): Use $(VC-tag), rather than "$(VC) tag".
2006-12-24 Jim Meyering <jim@meyering.net>
* Makefile.maint (my-distcheck): Don't *configure* with
restrictive CFLAGS ('-Werror -ansi -pedantic -Wno-long-long'),
since it ends up provoking errors in generation of inttypes.h
on an Ubuntu edgy-based system. That leads to compilation
failure due to e.g., imaxabs redefinition.
Instead, configure with default CFLAGS, and compile the
package with restrictive CFLAGS.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2006-12-26 Jim Meyering <jim@meyering.net> + + * Makefile.maint (VC-tag): Define, so as to gpg-sign each release + tag, using the release version number as the message. + (vc-dist): Use $(VC-tag), rather than "$(VC) tag". + +2006-12-24 Jim Meyering <jim@meyering.net> + + * Makefile.maint (my-distcheck): Don't *configure* with + restrictive CFLAGS ('-Werror -ansi -pedantic -Wno-long-long'), + since it ends up provoking errors in generation of inttypes.h + on an Ubuntu edgy-based system. That leads to compilation + failure due to e.g., imaxabs redefinition. + Instead, configure with default CFLAGS, and compile the + package with restrictive CFLAGS. + 2006-12-21 Paul Eggert <eggert@cs.ucla.edu> * NEWS: dd bs= operands now silently override later ibs= and obs=, |