Fix eternal fast-update failure if security fails once.

Thanks to Randell Jesup <rjesup@wgate.com> for the patch.
Bug #127358 r=cls a=asa


git-svn-id: svn://10.0.0.236/trunk@115361 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com 2002-02-26 08:35:38 +00:00
parent f873cedc37
commit b5d4403fd5

View File

@ -477,7 +477,9 @@ real_fast-update:
if test -f $$failed; then false; else true; fi; }; \
fast_update $(CVSCO_NSPR) && \
cd $(ROOTDIR) && \
failed=mozilla/.fast_update-failed.tmp && \
cvs_co $(CVSCO_NSS) && \
failed=.fast_update-failed.tmp && \
cd mozilla && \
fast_update $(CVSCO_PSM) && \
fast_update $(CVSCO_LDAPCSDK) && \