support for pull and build in one macro.

Use widget branch
This commit is contained in:
spider 1998-06-04 08:03:31 +00:00
parent 438d3cedd0
commit 86c623f4d3

View File

@ -45,6 +45,8 @@ JULIAN_DIR = ns/julian
default: pull_all build_all
pull_and_build_all: pull_all build_all
pull_all: pull_platform pull_julian pull_trex
pull_platform:
@ -52,6 +54,8 @@ pull_platform:
$(CVS) mozilla/config mozilla/nglayout.mk; \
cd mozilla ;\
gmake -f nglayout.mk pull_all;\
cd $(MOZ_SRC)/mozilla/widget/src;\
cvs update -r TREX_WIDGET_BRANCH motif; \
cd $(MOZ_SRC)
pull_julian: