Follow-up Comment #24, bug #15919 (project make):
This bug affects a patch for GCC that would provide automated makefile
dependencies. It causes a lockup for "make -j2" and we had to revert the
patch. Getting this patch in a stable release would be a very good thing...
Update of bug #22379 (project make):
Status:None => Fixed
Assigned to:None => psmith
Open/Closed:Open => Closed
Fixed Release:
Follow-up Comment #1, bug #22442 (project make):
I'm not sure your reading of POSIX is correct. It says:
-
Inference rules can be redefined. A target that matches an existing inference
rule shall overwrite the old inference rule. An empty rule can be created with
a command consisting of sim
Follow-up Comment #3, bug #21823 (project make):
This is confusing, and the lack of detailed comments in hash.c doesn't help.
However, I think this particular bug is impossible. Looking at the
implementation of hash_find_slot(), it seems there is no way for that function
to return null. So, th