bug 88454, r=mcafee, rs=sfraser

add real_fast-update target so old checkout log can be moved aside
This commit is contained in:
bstell%netscape.com 2001-08-15 23:55:25 +00:00
Родитель f0adfa8273
Коммит e5c006594c
1 изменённых файлов: 13 добавлений и 1 удалений

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

@ -408,6 +408,19 @@ real_checkout:
fi
fast-update:
# @: Backup the last checkout log.
@if test -f $(CVSCO_LOGFILE) ; then \
mv $(CVSCO_LOGFILE) $(CVSCO_LOGFILE).old; \
else true; \
fi
@echo "checkout start: "`date` | tee $(CVSCO_LOGFILE)
@echo '$(CVSCO) mozilla/client.mk mozilla/build/unix/modules.mk'; \
cd $(ROOTDIR); \
$(CVSCO) mozilla/client.mk mozilla/build/unix/modules.mk && \
cd mozilla; \
$(MAKE) -f client.mk real_fast-update
real_fast-update:
# @: Start the update. Split the output to the tty and a log file. \
# : If it fails, touch an error file because "tee" hides the error.
@failed=.fast_update-failed.tmp; rm -f $$failed*; \
@ -433,7 +446,6 @@ fast-update:
else true; \
fi
####################################
# Web configure