From: Paul Eggert Date: Mon, 18 Jul 2005 08:03:56 +0000 (+0000) Subject: Fix a problem noted by James Youngman: VPATH-style builds don't X-Git-Tag: CPPI-1_12~234 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62d9978140437a8edc877b80eacfe7db99ac5513;p=thirdparty%2Fcoreutils.git Fix a problem noted by James Youngman: VPATH-style builds don't work because of po file problems. --- diff --git a/ChangeLog b/ChangeLog index 72c7c2244a..eff5e0a323 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,18 @@ -2005-07-15 Paul Eggert +2005-07-18 Paul Eggert * Version 5.3.1. + Fix a problem noted by James Youngman: VPATH-style builds don't + work because of po file problems. + * src/Makefile.am (BUILT_SOURCES): Remove false.c. + (false.c): Remove; it's now a source file. + * src/false.c: New file. + * src/true.c (EXIT_STATUS): New macro. + (PROGRAM_NAME, usage): Behave like "false" if EXIT_STATUS indicates. + (usage): Remove "These option names may not be abbreviated." + +2005-07-15 Paul Eggert + * src/nohup.c (main): Don't worry about POSIXLY_CORRECT. Today's Austin Group Minutes says that the GNU behavior will be put forward as proposed text for a future revision.