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

This commit is contained in:
bryner%netscape.com 2003-06-02 19:00:57 +00:00
parent a2aaa0dd1a
commit 06615cb14e
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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