------- Comment #2 from gary at intrepid dot com 2010-02-05 23:03 ------- (In reply to comment #1) > Related to PR 33119. I don't many people who install with -j. >
It resulted from "make install" being invoked from a Makefile, where the overall make was run in parallel, and then a last step did this: $(MAKE) install It inherited the -j setting from the top-level make invocation. I checked the install docs, and didn't see where it warned away from doing a parallel make install, fyi. The automake aspect of this bug seems like a bug in the way automake handles certain install rules in a multi-lib setting. Certain rules should only be run once, and not re-run in the multi-lib'd directories. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42980