RESOLVED FIXED 16667
make -j is failing with the autotools based system
https://bugs.webkit.org/show_bug.cgi?id=16667
Summary make -j is failing with the autotools based system
Holger Freyther
Reported 2007-12-29 06:43:41 PST
rm -f ./DerivedSources/CSSGrammar.cpp.h ./DerivedSources/CSSGrammar.hpp echo '#define CSSGrammar_h' >> ./DerivedSources/CSSGrammar.h /usr/bin/perl ../WebKit-tt.git/WebCore/css/make-css-file-arrays.pl DerivedSources/UserAgentStyleSheets.h UserAgentStyleSheetsData.cpp ../WebKit-tt.git/WebCore/css/html4.css ../WebKit-tt.git/WebCore/css/quirks.css ../WebKit-tt.git/WebCore/css/view-source.css ../WebKit-tt.git/WebCore/css/svg.css make: *** No rule to make target `DerivedSources/UserAgentStyleSheetsData.cpp', needed by `all'. Stop. make: *** Waiting for unfinished jobs.... cat ./DerivedSources/CSSGrammar.cpp.h ./DerivedSources/CSSGrammar.hpp >> ./DerivedSources/CSSGrammar.h cat: ./DerivedSources/CSSGrammar.cpp.h: No such file or directory cat: ./DerivedSources/CSSGrammar.hpp: No such file or directory
Attachments
Fix concurrent code generation (5.86 KB, patch)
2008-01-04 04:07 PST, Alp Toker
mrowe: review+
Jan Alonzo
Comment 1 2007-12-30 03:02:23 PST
Hi Holger, do you have ToT and get the same error on invocations of make -j?
Alp Toker
Comment 2 2008-01-04 04:07:18 PST
Created attachment 18260 [details] Fix concurrent code generation
Mark Rowe (bdash)
Comment 3 2008-01-04 04:12:04 PST
Comment on attachment 18260 [details] Fix concurrent code generation r=me
Alp Toker
Comment 4 2008-01-04 04:19:43 PST
Landed in r29155.
Note You need to log in before you can comment on or make changes to this bug.