Bug 543469 - Remove compiled python objects from automation during 'make clean' [r=ted.mielczarek]
--HG-- extra : rebase_source : 9a0445c40fe27ec9fced679cc601ce55598d6fb8
This commit is contained in:
Родитель
9e9ba26a7e
Коммит
7e972548bd
|
@ -198,4 +198,6 @@ ifeq ($(OS_ARCH),Linux)
|
|||
libs:: $(topsrcdir)/tools/rb/fix-linux-stack.pl
|
||||
$(INSTALL) $< $(DIST)/bin
|
||||
endif
|
||||
|
||||
GARBAGE += automationutils.pyc
|
||||
endif # ENABLE_TESTS
|
||||
|
|
|
@ -78,4 +78,4 @@ automation.py: $(MOZILLA_DIR)/build/automation.py.in $(MOZILLA_DIR)/build/automa
|
|||
$(PYTHON) $(MOZILLA_DIR)/config/Preprocessor.py \
|
||||
$(AUTOMATION_PPARGS) $(DEFINES) $(ACDEFINES) $< > $@
|
||||
|
||||
GARBAGE += automation.py
|
||||
GARBAGE += automation.py automation.pyc
|
||||
|
|
Загрузка…
Ссылка в новой задаче