Skip to content
Snippets Groups Projects
Commit dafa5c9a authored by slamm%netscape.com's avatar slamm%netscape.com
Browse files

Fix client.mk for case when building in mozilla/mozilla. r=endico

parent 87a209cc
No related merge requests found
......@@ -48,7 +48,7 @@
#
CWD := $(shell pwd)
ifeq (mozilla, $(notdir $(CWD)))
ifneq (, $(wildcard client.mk))
ROOTDIR := $(shell dirname $(CWD))
TOPSRCDIR := $(CWD)
else
......@@ -215,6 +215,7 @@ real_checkout:
echo "$(MAKE): *** Conflicts during checkout." ;\
echo "$$conflicts" ;\
echo "$(MAKE): Refer to $(CVSCO_LOGFILE) for full log." ;\
exit 1; \
else true; \
fi; \
if test -f cvs-failed.tmp ; then \
......
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