mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
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:
parent
dac4edeb4e
commit
316c179f9b
@ -91,6 +91,7 @@ pull_seamonkey:
|
||||
|
||||
clobber_all:
|
||||
@cd $(MOZ_SRC)\$(MOZ_TOP)\.
|
||||
rd /s /q dist
|
||||
nmake -f makefile.win clobber_all
|
||||
|
||||
depend:
|
||||
|
Loading…
Reference in New Issue
Block a user