mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-06 22:52:44 +00:00
Adding in depend and clobber support
This commit is contained in:
parent
f62e951f1c
commit
9fbd10b244
28
trex.mak
28
trex.mak
@ -150,6 +150,10 @@ TREX_DIRS = \
|
|||||||
|
|
||||||
default:: build_all
|
default:: build_all
|
||||||
|
|
||||||
|
depend:: depend_dist depend_trex
|
||||||
|
|
||||||
|
clobber:: clobber_dist clobber_trex
|
||||||
|
|
||||||
pull_and_build_all:: pull_all \
|
pull_and_build_all:: pull_all \
|
||||||
build_all
|
build_all
|
||||||
|
|
||||||
@ -248,5 +252,27 @@ build_trex::
|
|||||||
cd $(MOZ_SRC)\.
|
cd $(MOZ_SRC)\.
|
||||||
|
|
||||||
|
|
||||||
clobber_all::
|
|
||||||
|
|
||||||
|
depend_dist::
|
||||||
|
cd $(MOZ_SRC)\$(MOZ_TOP)\.
|
||||||
|
nmake -f nglayout.mak depend
|
||||||
|
cd $(MOZ_SRC)\.
|
||||||
|
|
||||||
|
depend_trex::
|
||||||
|
cd $(MOZ_SRC)\$(MOZ_TOP)\xpfc
|
||||||
|
nmake -f makefile.win depend
|
||||||
|
cd $(MOZ_SRC)\$(MOZ_TOP)\calendar
|
||||||
|
nmake -f makefile.win depend
|
||||||
|
cd $(MOZ_SRC)\.
|
||||||
|
|
||||||
|
clobber_dist::
|
||||||
|
cd $(MOZ_SRC)\$(MOZ_TOP)\.
|
||||||
|
nmake -f nglayout.mak clobber_all
|
||||||
|
cd $(MOZ_SRC)\.
|
||||||
|
|
||||||
|
clobber_trex::
|
||||||
|
cd $(MOZ_SRC)\$(MOZ_TOP)\xpfc
|
||||||
|
nmake -f makefile.win clobber_all
|
||||||
|
cd $(MOZ_SRC)\$(MOZ_TOP)\calendar
|
||||||
|
nmake -f makefile.win clobber_all
|
||||||
|
cd $(MOZ_SRC)\.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user