]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix a problem noted by James Youngman: VPATH-style builds don't
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Jul 2005 08:03:56 +0000 (08:03 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Jul 2005 08:03:56 +0000 (08:03 +0000)
work because of po file problems.

ChangeLog

index 72c7c2244aae0e6ab76f07ec9a893f9e8f2fe513..eff5e0a323856cea844c261094f464cf459aab71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,18 @@
-2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
+2005-07-18  Paul Eggert  <eggert@cs.ucla.edu>
 
        * 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  <eggert@cs.ucla.edu>
+
        * 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.