summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-18 08:03:56 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-18 08:03:56 +0000
commit62d9978140437a8edc877b80eacfe7db99ac5513 (patch)
tree0e826a6eb315111c4d762b4d2a71dae0290f88f7
parentd58ce6b09cee90630488e334b8774f7a93a2703b (diff)
downloadcoreutils-62d9978140437a8edc877b80eacfe7db99ac5513.tar.xz
Fix a problem noted by James Youngman: VPATH-style builds don't
work because of po file problems.
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 72c7c2244..eff5e0a32 100644
--- 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.