Bug 525047 'make clean' deletes automationutils.py (backout)

This commit is contained in:
Neil Rashbrook 2009-12-18 00:19:53 +00:00
parent 9eb7cdb0f4
commit df2df0f429
5 changed files with 10 additions and 5 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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 \

View File

@ -75,7 +75,7 @@ endif
_HARNESS_FILES = \
$(srcdir)/runreftest.py \
automation.py \
$(topsrcdir)/build/automationutils.py \
$(CURDIR)/automationutils.py \
$(NULL)
$(_DEST_DIR):

View File

@ -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 \