mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
New rules to pull/build raptor as dist
This commit is contained in:
parent
bc08391cc6
commit
cc7c1b2561
8
trex.mak
8
trex.mak
@ -183,6 +183,12 @@ clobber_build_all:: clobber_all \
|
||||
|
||||
pull_all:: pull_platform pull_julian pull_trex
|
||||
|
||||
pull_julian_and_trex:: pull_julian pull_trex
|
||||
@echo +++ trex.mak: checking out platform with "$(CVS_BRANCH)"
|
||||
cd $(MOZ_SRC)\.
|
||||
-$(CVS) $(CONFIG_BRANCH) $(CONFIG_DIR)
|
||||
cd $(MOZ_SRC)\.
|
||||
|
||||
pull_platform::
|
||||
@echo +++ trex.mak: checking out platform with "$(CVS_BRANCH)"
|
||||
cd $(MOZ_SRC)\.
|
||||
@ -215,6 +221,8 @@ pull_trex::
|
||||
|
||||
build_all:: build_platform build_julian build_trex
|
||||
|
||||
build_julian_and_trex:: build_julian build_trex
|
||||
|
||||
# builds PLATFORM_DIRS
|
||||
#build_platform::
|
||||
# cd $(MOZ_SRC)\$(MOZ_TOP)\.
|
||||
|
Loading…
Reference in New Issue
Block a user