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.

git-svn-id: svn://10.0.0.236/trunk@62944 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com
2000-03-14 17:55:03 +00:00
parent e080803e50
commit 55258087a2
2 changed files with 4 additions and 3 deletions

View File

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

View File

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