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
This commit is contained in:
seawood%netscape.com 2002-02-26 08:35:38 +00:00
Родитель bfbf89d620
Коммит a01eb313b0
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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) && \