Updates to pull the latest free source calendar code

This commit is contained in:
spider%netscape.com 1998-09-18 16:26:58 +00:00
parent 39eb600cd9
commit bf18ac6970

View File

@ -39,8 +39,8 @@ CVST=cvs -q -d $(CVTREX) co -P
LIBNLS_BRANCH = -r libnls_v3_Normandy
LIBNLS_DIR = ns/modules/libnls
JULIAN_BRANCH = -r JULIAN_TREX_BRANCH
JULIAN_DIR = ns/julian
JULIAN_BRANCH =
JULIAN_DIR = mozilla/modules/calendar
default: pull_all build_all
@ -62,7 +62,7 @@ pull_julian:
cd $(MOZ_SRC)/ns/.; \
$(CVST) -d config ns/clientconfig; \
cd $(MOZ_SRC); \
$(CVST) $(JULIAN_BRANCH) $(JULIAN_DIR); \
$(CVS) $(JULIAN_BRANCH) $(JULIAN_DIR); \
$(CVST) $(LIBNLS_BRANCH) $(LIBNLS_DIR); \
cd $(MOZ_SRC)
@ -84,7 +84,7 @@ build_platform:
build_julian::
cd $(MOZ_SRC)/ns/modules/libnls; \
gmake; \
cd $(MOZ_SRC)/ns/julian; \
cd $(MOZ_SRC)/mozilla/modules/calendar; \
gmake; \
cd $(MOZ_SRC)