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:
parent
f873cedc37
commit
b5d4403fd5
@ -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) && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user