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:
slamm%netscape.com
1999-08-20 15:20:30 +00:00
parent 6edee465ec
commit d9add663ec

View File

@@ -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." ;\