Updates to pull the latest free source calendar code

git-svn-id: svn://10.0.0.236/trunk@10416 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
spider%netscape.com
1998-09-18 16:26:58 +00:00
parent 7bedfe4f94
commit 9d4f222984

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)