зеркало из https://github.com/mozilla/gecko-dev.git
Bug 333308 - "make clean and make distclean miss various files" (cleanup even more 2) [p=fta+bugzilla@sofaraway.org (Fabien Tassin) / mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=damons]
This commit is contained in:
Родитель
5682ff6453
Коммит
3e85c1defd
|
@ -75,7 +75,7 @@ ifdef ENABLE_TESTS
|
|||
tier_testharness_dirs += tools/test-harness
|
||||
endif
|
||||
|
||||
GARBAGE_DIRS += dist _javagen _tests staticlib
|
||||
GARBAGE_DIRS += dist _javagen _profile _tests staticlib
|
||||
DIST_GARBAGE = config.cache config.log config.status config-defs.h \
|
||||
dependencies.beos config/autoconf.mk config/myrules.mk config/myconfig.mk \
|
||||
unallmakefiles mozilla-config.h \
|
||||
|
|
|
@ -84,3 +84,5 @@ nsEffectiveTLDService.$(OBJ_SUFFIX): etld_data.inc
|
|||
|
||||
etld_data.inc: $(srcdir)/prepare_tlds.py $(srcdir)/effective_tld_names.dat
|
||||
$(PYTHON) $(srcdir)/prepare_tlds.py $(srcdir)/effective_tld_names.dat > etld_data.inc
|
||||
|
||||
GARBAGE += etld_data.inc
|
||||
|
|
|
@ -87,3 +87,6 @@ install:
|
|||
|
||||
sdk:
|
||||
@$(MAKE) -C xulrunner/installer make-sdk
|
||||
|
||||
distclean::
|
||||
@$(MAKE) -C xulrunner/installer distclean
|
||||
|
|
Загрузка…
Ссылка в новой задаче