Bug 16667

Summary: make -j is failing with the autotools based system
Product: WebKit Reporter: Holger Freyther <zecke>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jmalonzo
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.4   
Attachments:
Description Flags
Fix concurrent code generation mrowe: review+

Description Holger Freyther 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
Comment 1 Jan Alonzo 2007-12-30 03:02:23 PST
Hi Holger, do you have ToT and get the same error on invocations of make -j?
Comment 2 Alp Toker 2008-01-04 04:07:18 PST
Created attachment 18260 [details]
Fix concurrent code generation
Comment 3 Mark Rowe (bdash) 2008-01-04 04:12:04 PST
Comment on attachment 18260 [details]
Fix concurrent code generation

r=me
Comment 4 Alp Toker 2008-01-04 04:19:43 PST
Landed in r29155.