Fix bug 43494 - client.mk should stop if you had checkout

conflicts.  r=alecf.
This commit is contained in:
bryner%uiuc.edu 2000-06-22 21:56:41 +00:00
Родитель e67bb23423
Коммит b1618a79f7
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -288,8 +288,8 @@ real_checkout:
cvs_co $(CVSCO_LDAPCSDK) && \
cvs_co $(CVSCO_SEAMONKEY)
@echo "checkout finish: "`date` | tee -a $(CVSCO_LOGFILE)
# @: Check the log for conflicts. ;\
conflicts=`egrep "^C " $(CVSCO_LOGFILE)` ;\
# @: Check the log for conflicts. ;
@conflicts=`egrep "^C " $(CVSCO_LOGFILE)` ;\
if test "$$conflicts" ; then \
echo "$(MAKE): *** Conflicts during checkout." ;\
echo "$$conflicts" ;\