From b9f831b858761366e0db418e6f226a053ed550af Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 6 Jun 2009 23:16:46 +0000 Subject: - Work around a bug in glibc glob(3), by avoiding GLOB_NOCHECK. - Fix issue in very parallel builds found building glibc. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a3ea3e4..1c2d0c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2009-06-06 Paul Smith + + * 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. + + * 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 + Bugzilla bug 10246. + 2009-06-04 Paul Smith * read.c (eval): Skip initial whitespace (ffeed, vtab, etc.) -- cgit v1.2.3