From ad4f27ab02688aab4948d07b9dc044fa2f01071d Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Sat, 1 Dec 2001 04:39:04 +0000 Subject: [PATCH] More fun with CVS' Emptydir feature. Pull NSS before PSM like win32 does. Bug #109581 git-svn-id: svn://10.0.0.236/trunk@109442 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/client.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/client.mk b/mozilla/client.mk index 5d22215b779..87f364a74ab 100644 --- a/mozilla/client.mk +++ b/mozilla/client.mk @@ -401,8 +401,8 @@ real_checkout: ("$$@" || touch $$failed) 2>&1 | tee -a $(CVSCO_LOGFILE) && \ if test -f $$failed; then false; else true; fi; }; \ cvs_co $(CVSCO_NSPR) && \ - cvs_co $(CVSCO_PSM) && \ cvs_co $(CVSCO_NSS) && \ + cvs_co $(CVSCO_PSM) && \ cvs_co $(CVSCO_LDAPCSDK) && \ cvs_co $(CVSCO_ACCESSIBLE) && \ cvs_co $(CVSCO_GFX2) && \ @@ -456,10 +456,10 @@ real_fast-update: ("$$@" || touch $$failed) 2>&1 | tee -a $(CVSCO_LOGFILE) && \ if test -f $$failed; then false; else true; fi; }; \ fast_update $(CVSCO_NSPR) && \ - fast_update $(CVSCO_PSM) && \ cd $(ROOTDIR) && \ cvs_co $(CVSCO_NSS) && \ cd mozilla && \ + fast_update $(CVSCO_PSM) && \ fast_update $(CVSCO_LDAPCSDK) && \ fast_update $(CVSCO_ACCESSIBLE) && \ fast_update $(CVSCO_GFX2) && \