support for pull and build in one macro.

Use widget branch


git-svn-id: svn://10.0.0.236/trunk@3189 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider
1998-06-04 08:03:31 +00:00
parent 416a970b2a
commit 009a095c51

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: