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:
bryner%brianryner.com 2004-03-21 19:20:59 +00:00
Родитель 7628c7343b
Коммит feb044f857
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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