Skip to content
Snippets Groups Projects
Commit 9a8d2c1f authored by briano%netscape.com's avatar briano%netscape.com
Browse files

Now it'll be able to capture all of CVS's output instead of just stdout.

parent 098c4c16
No related merge requests found
......@@ -212,7 +212,7 @@ checkout:
fi
@date > $(CVSCO_LOGFILE)
cd $(ROOTDIR) && \
$(CVSCO) $(MOZ_CO_MODULE) | tee -a $(CVSCO_LOGFILE)
$(CVSCO) $(MOZ_CO_MODULE) 2>&1 | tee -a $(CVSCO_LOGFILE)
@if egrep "^C " $(CVSCO_LOGFILE) > /dev/null 2>&1 ; then \
echo "$(MAKE): *** Conflicts during checkout. \
Refer to $(CVSCO_LOGFILE)."; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment