Closed Bug 893864 Opened 11 years ago Closed 11 years ago

makefile: circular dependencies in dom/bindings/Makefile.in

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: joey, Unassigned)

Details

[phantasm:bindings] grep ParserResults.pkl  Makefile.in

$(globalgen_targets): ParserResults.pkl

ParserResults.pkl: $(globalgen_dependencies)
How is this a cicrular dependency?  

45 globalgen_targets := \
46   PrototypeList.h \
47   RegisterBindings.h \
48   RegisterBindings.cpp \
49   UnionTypes.h \
50   UnionTypes.cpp \
51   UnionConversions.h \
52   $(NULL)

vs


166 globalgen_dependencies := \
167   GlobalGen.py \
168   Bindings.conf \
169   Configuration.py \
170   Codegen.py \
171   parser/WebIDL.py \
172   ../webidl/WebIDL.mk \
173   $(all_webidl_files) \
174   $(CACHE_DIR)/.done \
175   $(GLOBAL_DEPS) \
176   $(NULL)

and I see no overlap.
whups scratch that, did not compare names closely enough when reviewing the dependencies
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Resolution: WONTFIX → INVALID
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.