mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Append date to checkout log (don't overwrite it).
This commit is contained in:
parent
d527cae564
commit
710e81ad70
@ -167,7 +167,7 @@ checkout:
|
||||
@date | tee $(CVSCO_LOGFILE)
|
||||
cd $(ROOTDIR) && \
|
||||
$(CVSCO) $(MOZ_CO_MODULE) 2>&1 | tee -a $(CVSCO_LOGFILE)
|
||||
@date | tee $(CVSCO_LOGFILE)
|
||||
@date | tee -a $(CVSCO_LOGFILE)
|
||||
@conflicts=`egrep "^C " $(CVSCO_LOGFILE)` ;\
|
||||
if test "$$conflicts" ; then \
|
||||
echo "$(MAKE): *** Conflicts during checkout." ;\
|
||||
|
Loading…
Reference in New Issue
Block a user