Add MOZ_MAKE_FLAGS for -j4
git-svn-id: svn://10.0.0.236/trunk@43829 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -164,9 +164,10 @@ checkout:
|
||||
mv $(CVSCO_LOGFILE) $(CVSCO_LOGFILE).old; \
|
||||
else true; \
|
||||
fi
|
||||
@date > $(CVSCO_LOGFILE)
|
||||
@date | tee $(CVSCO_LOGFILE)
|
||||
cd $(ROOTDIR) && \
|
||||
$(CVSCO) $(MOZ_CO_MODULE) 2>&1 | tee -a $(CVSCO_LOGFILE)
|
||||
@date | tee $(CVSCO_LOGFILE)
|
||||
@conflicts=`egrep "^C " $(CVSCO_LOGFILE)` ;\
|
||||
if test "$$conflicts" ; then \
|
||||
echo "$(MAKE): *** Conflicts during checkout." ;\
|
||||
|
||||
Reference in New Issue
Block a user