Skip to content
Snippets Groups Projects
Commit 06615cb1 authored by bryner%netscape.com's avatar bryner%netscape.com
Browse files

Enable objdir support for Camino if you build with camino.mk (bug 201860). r=ccarlen.

parent a2aaa0dd
No related merge requests found
......@@ -121,11 +121,13 @@ real_checkout:
build:
$(MAKE) -f client.mk build
$(MAKE) -C embedding/config
cd `$(MAKE) -f client.mk echo_objdir` && \
$(MAKE) -C embedding/config && \
CONFIG_FILES=camino/Makefile ./config.status && \
$(MAKE) -C camino
clean distclean:
$(MAKE) -f client.mk $@
$(RM) -rf camino/build
cd `$(MAKE) -f client.mk echo_objdir` && $(RM) -rf camino/build
.PHONY: checkout real_checkout build clean distclean
......@@ -708,4 +708,7 @@ cleansrcdir:
# (! IS_FIRST_CHECKOUT)
endif
echo_objdir:
@echo $(OBJDIR)
.PHONY: checkout real_checkout depend build export libs alldep install clean realclean distclean cleansrcdir pull_all build_all clobber clobber_all pull_and_build_all everything
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