make clobber_all remove the dist so we can catch depedency problems. if you don't

blow away the dist, you can hide module dependencies and build order that need
to be correct in makefile.win DIRS
This commit is contained in:
cyeh%netscape.com 1999-03-11 18:14:57 +00:00
Родитель d49a5456ed
Коммит 88e1ae5cff
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -91,6 +91,7 @@ pull_seamonkey:
clobber_all:
@cd $(MOZ_SRC)\$(MOZ_TOP)\.
rd /s /q dist
nmake -f makefile.win clobber_all
depend: