summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2009-06-06 23:23:36 +0000
committerPaul Smith <psmith@gnu.org>2009-06-06 23:23:36 +0000
commit668af4698040c6524f93165300e0f9a84312ea66 (patch)
treec5da409e64d48fb6a801840df7aa6eb787f7223a /ChangeLog
parentb9f831b858761366e0db418e6f226a053ed550af (diff)
downloadgunmake-668af4698040c6524f93165300e0f9a84312ea66.tar.gz
Add attribution.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c2d0c4..25e9554 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* remake.c (check_dep): Only set the target's state to not-started
if it's not already running. Found this while testing -j10 builds
of glibc: various targets were being rebuilt multiple times.
+ Fix from Knut St. Osmundsen; fixes a problem reported in Savannah
+ bug #15919.
* read.c (multi_glob): Don't pass GLOB_NOCHECK to glob(3); instead
handle the GLOB_NOMATCH error. This is to work around Sourceware.org