mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Don't generate pyc files.
This eliminates the last bit of script crate generating in-tree files. This now allows cargo target dir sharing to fully work.
This commit is contained in:
parent
ff59e1b8de
commit
eae411885c
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ $(CACHE_DIR)/.done:
|
|||
touch $@
|
||||
|
||||
$(OUT_DIR)/ParserResults.pkl: $(globalgen_dependencies) $(WEBIDLS)
|
||||
$(PYTHON) $(BINDINGS_SRC)/pythonpath.py \
|
||||
$(PYTHON) -B $(BINDINGS_SRC)/pythonpath.py \
|
||||
-I$(BINDINGS_SRC)/parser -I$(BINDINGS_SRC)/ply \
|
||||
-D$(OUT_DIR) \
|
||||
$(BINDINGS_SRC)/GlobalGen.py $(BINDINGS_SRC)/Bindings.conf . \
|
||||
|
@ -37,7 +37,7 @@ $(OUT_DIR)/ParserResults.pkl: $(globalgen_dependencies) $(WEBIDLS)
|
|||
|
||||
$(AUTOGEN_SRC): $(OUT_DIR)/Bindings/%Binding.rs: $(bindinggen_dependencies) \
|
||||
$(addprefix $(WEBIDLS_SRC)/,%.webidl)
|
||||
$(PYTHON) $(BINDINGS_SRC)/pythonpath.py \
|
||||
$(PYTHON) -B $(BINDINGS_SRC)/pythonpath.py \
|
||||
-I$(BINDINGS_SRC)/parser -I$(BINDINGS_SRC)/ply \
|
||||
-D$(OUT_DIR) \
|
||||
$(BINDINGS_SRC)/BindingGen.py \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue