зеркало из https://github.com/mozilla/gecko-dev.git
Remove *.da files after profiledbuild finishes. This is not part of the default build. I need this for tinderbox tests so that stale profile data isn't used.
This commit is contained in:
Родитель
7628c7343b
Коммит
feb044f857
|
@ -753,6 +753,7 @@ profiledbuild:: $(OBJDIR)/Makefile $(OBJDIR)/config.status
|
|||
OBJDIR=${OBJDIR} $(PROFILE_GEN_SCRIPT)
|
||||
$(MOZ_MAKE) clobber_all
|
||||
$(MOZ_MAKE) MOZ_PROFILE_USE=1
|
||||
find $(OBJDIR) -name "*.da" -exec rm {} \;
|
||||
|
||||
####################################
|
||||
# Other targets
|
||||
|
|
Загрузка…
Ссылка в новой задаче