Ignore build-ordering targets when doing standalone builds.

Bug #122149 r=axel@pike.org
This commit is contained in:
seawood%netscape.com 2002-01-28 23:30:47 +00:00
parent 6b96fe3f81
commit b4d885ffbe

View File

@ -266,14 +266,17 @@ DIST_GARBAGE = config.cache config.log config.status config-defs.h \
unallmakefiles \
$(topsrcdir)/.mozconfig.mk $(topsrcdir)/.mozconfig.out
ifeq ($(BUILD_MODULES),all)
# Build psuedo-external modules first when export is explicitly called
export::
$(MAKE) -C config export
$(MAKE) nspr
$(MAKE) ldap
endif
include $(topsrcdir)/config/rules.mk
ifeq ($(BUILD_MODULES),all)
# Clean up after psuedo-external modules
clean clobber realclean clobber_all distclean::
ifndef MOZ_NATIVE_NSPR
@ -282,6 +285,7 @@ endif
ifdef MOZ_LDAP_XPCOM
$(MAKE) -C directory/c-sdk/ldap $@
endif
endif
tier_%:
@echo "$@: $($@_dirs)"