зеркало из https://github.com/mozilla/gecko-dev.git
Fix bug 43494 - client.mk should stop if you had checkout
conflicts. r=alecf.
This commit is contained in:
Родитель
e67bb23423
Коммит
b1618a79f7
|
@ -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" ;\
|
||||
|
|
Загрузка…
Ссылка в новой задаче