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:
reed@reedloden.com 2008-03-14 08:18:24 -07:00
Родитель 5682ff6453
Коммит 3e85c1defd
3 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

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