Bug 16667 - make -j is failing with the autotools based system
Summary: make -j is failing with the autotools based system
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2007-12-29 06:43 PST by Holger Freyther
Modified: 2008-01-04 04:19 PST (History)
1 user (show)

See Also:


Attachments
Fix concurrent code generation (5.86 KB, patch)
2008-01-04 04:07 PST, Alp Toker
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.