mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 525047 'make clean' deletes automationutils.py (backout)
This commit is contained in:
parent
9eb7cdb0f4
commit
df2df0f429
@ -74,7 +74,7 @@ _LEAKTEST_DIR = $(DEPTH)/_leaktest
|
||||
|
||||
_LEAKTEST_FILES = \
|
||||
automation.py \
|
||||
$(topsrcdir)/build/automationutils.py \
|
||||
$(CURDIR)/automationutils.py \
|
||||
leaktest.py \
|
||||
bloatcycle.html \
|
||||
$(topsrcdir)/build/pgo/server-locations.txt \
|
||||
|
@ -74,6 +74,11 @@ else
|
||||
AUTOMATION_PPARGS += -DCRASHREPORTER=0
|
||||
endif
|
||||
|
||||
automation.py: $(MOZILLA_DIR)/build/automation.py.in $(MOZILLA_DIR)/build/automation-build.mk
|
||||
$(CURDIR)/automationutils.py: $(MOZILLA_DIR)/build/automationutils.py
|
||||
$(INSTALL) $< .
|
||||
|
||||
automation.py: $(MOZILLA_DIR)/build/automation.py.in $(MOZILLA_DIR)/build/automation-build.mk $(CURDIR)/automationutils.py
|
||||
$(PYTHON) $(MOZILLA_DIR)/config/Preprocessor.py \
|
||||
$(AUTOMATION_PPARGS) $(DEFINES) $(ACDEFINES) $< > $@
|
||||
|
||||
GARBAGE += automation.py $(CURDIR)/automationutils.py
|
||||
|
@ -59,7 +59,7 @@ include $(topsrcdir)/build/automation-build.mk
|
||||
|
||||
_PGO_FILES = \
|
||||
automation.py \
|
||||
$(topsrcdir)/build/automationutils.py \
|
||||
$(CURDIR)/automationutils.py \
|
||||
profileserver.py \
|
||||
genpgocert.py \
|
||||
index.html \
|
||||
|
@ -75,7 +75,7 @@ endif
|
||||
_HARNESS_FILES = \
|
||||
$(srcdir)/runreftest.py \
|
||||
automation.py \
|
||||
$(topsrcdir)/build/automationutils.py \
|
||||
$(CURDIR)/automationutils.py \
|
||||
$(NULL)
|
||||
|
||||
$(_DEST_DIR):
|
||||
|
@ -60,7 +60,7 @@ include $(topsrcdir)/build/automation-build.mk
|
||||
_SERV_FILES = \
|
||||
runtests.py \
|
||||
automation.py \
|
||||
$(topsrcdir)/build/automationutils.py \
|
||||
$(CURDIR)/automationutils.py \
|
||||
gen_template.pl \
|
||||
server.js \
|
||||
harness-a11y.xul \
|
||||
|
Loading…
Reference in New Issue
Block a user