when using SunOS and not using GCC, clobber now removes the Sun WorkShop template repository cache, as this can get out of sync. r=cls@seawood.org,akkana@netscape.com

This commit is contained in:
dmose%mozilla.org 2000-01-11 22:11:02 +00:00
parent 4235f416d2
commit c329d776eb

View File

@ -201,6 +201,16 @@ ifdef QTDIR
ALL_TRASH += $(MOCSRCS)
endif
#
# the Solaris WorkShop template repository cache. it occasionally can get
# out of sync, so targets like clobber should kill it.
#
ifeq ($(OS_ARCH),SunOS)
ifeq ($(GNU_CXX),)
ALL_TRASH += SunWS_cache
endif
endif
ifdef JAVA_OR_NSJVM
JMC_SUBDIR = _jmc
else