mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
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:
parent
4235f416d2
commit
c329d776eb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user