mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 861178 - Don't purge dist/ data during the MOZ_PROFILE_USE pass of a PGO build. r=ted
This commit is contained in:
parent
3a64c05999
commit
1ec8e719f4
@ -35,6 +35,7 @@ DIST_GARBAGE = config.cache config.log config.status* config-defs.h \
|
||||
netwerk/necko-config.h xpcom/xpcom-config.h xpcom/xpcom-private.h \
|
||||
$(topsrcdir)/.mozconfig.mk $(topsrcdir)/.mozconfig.out
|
||||
|
||||
ifndef MOZ_PROFILE_USE
|
||||
default alldep all:: CLOBBER $(topsrcdir)/configure config.status
|
||||
$(RM) -r $(DIST)/sdk
|
||||
$(RM) -r $(DIST)/include
|
||||
@ -42,6 +43,7 @@ default alldep all:: CLOBBER $(topsrcdir)/configure config.status
|
||||
$(RM) -r $(DIST)/public
|
||||
$(RM) -r $(DIST)/bin
|
||||
$(RM) -r _tests
|
||||
endif
|
||||
|
||||
CLOBBER: $(topsrcdir)/CLOBBER
|
||||
@echo "STOP! The CLOBBER file has changed."
|
||||
|
Loading…
Reference in New Issue
Block a user