Remove dist directory on 'clean' target. Otherwise, tinderbox never removes dist and thinks it has a complete binary when it does not. Maybe we should change the tinderbox scripts instead of doing this, but this will get tinderbox turning red now.

This commit is contained in:
slamm%netscape.com 2000-03-14 17:55:03 +00:00
Родитель 6bc768165d
Коммит b108495038
2 изменённых файлов: 4 добавлений и 3 удалений

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

@ -124,7 +124,8 @@ ifdef ENABLE_TESTS
DIRS += xpcom/tests
endif
DIST_GARBAGE := dist config.cache config.log config.status config-defs.h \
GARBAGE += dist
DIST_GARBAGE := config.cache config.log config.status config-defs.h \
dependencies.beos config/autoconf.mk \
$(shell cd $(topsrcdir); . ./allmakefiles.sh; \
echo $${MAKEFILES})

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

@ -168,7 +168,7 @@ MY_RULES := $(DEPTH)/config/myrules.mk
# Relative pathname from top-of-tree to current source directory
#
ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH)))
REVDEPTH := $(CONFIG_TOOLS)/revdepth
REVDEPTH = $(CONFIG_TOOLS)/revdepth
endif
#
@ -399,7 +399,7 @@ endif
######################################################################
GARBAGE = $(DEPENDENCIES) $(MKDEPENDENCIES) $(MKDEPENDENCIES).bak core $(wildcard core.[0-9]*) $(wildcard *.err) $(wildcard *.pure) $(wildcard *_pure_*.o) Templates.DB
GARBAGE += $(DEPENDENCIES) $(MKDEPENDENCIES) $(MKDEPENDENCIES).bak core $(wildcard core.[0-9]*) $(wildcard *.err) $(wildcard *.pure) $(wildcard *_pure_*.o) Templates.DB
ifneq ($(OS_ARCH),WINNT)
NSINSTALL = $(CONFIG_TOOLS)/nsinstall