New rules to pull/build raptor as dist
This commit is contained in:
Родитель
c62c2254f6
Коммит
6622afa59e
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)\.
|
||||
|
|
Загрузка…
Ссылка в новой задаче