mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Backing the egrep part of slamm's change out, solaris egrep doesn't know what -q is
This commit is contained in:
parent
ac6beb8ec0
commit
caa8320807
@ -204,10 +204,10 @@ checkout:
|
||||
@date > $(CVSCO_LOGFILE)
|
||||
cd $(ROOTDIR) && \
|
||||
$(CVSCO) SeaMonkeyEditor | tee -a $(CVSCO_LOGFILE)
|
||||
@if egrep -q "^C " $(CVSCO_LOGFILE) ; then \
|
||||
echo "$(MAKE): *** Conflicts during checkout. \
|
||||
Refer to $(CVSCO_LOGFILE)."; \
|
||||
exit 1; \
|
||||
# @if egrep -q "^C " $(CVSCO_LOGFILE) ; then \
|
||||
# echo "$(MAKE): *** Conflicts during checkout. \
|
||||
# Refer to $(CVSCO_LOGFILE)."; \
|
||||
# exit 1; \
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user