Bug 1082323 - Reject pymake in client.mk. r=mshal

This commit is contained in:
Mike Hommey
2014-10-14 14:19:02 +09:00
parent 69d3266f53
commit cd3dad1478

View File

@@ -91,6 +91,9 @@ convert it to Unix-style line endings, check \
"https://developer.mozilla.org/en-US/docs/Developer_Guide/Mozilla_build_FAQ\#Win32-specific_questions" \
for a workaround of this issue.)
endif
# Set this for baseconfig.mk
HOST_OS_ARCH=WINNT
endif
####################################
@@ -167,6 +170,9 @@ OBJDIR_TARGETS = install export libs clean realclean distclean maybe_clobber_pro
build::
$(MAKE) -f $(TOPSRCDIR)/client.mk $(if $(MOZ_PGO),profiledbuild,realbuild) CREATE_MOZCONFIG_JSON=
# Include baseconfig.mk for its $(MAKE) validation.
include $(TOPSRCDIR)/config/baseconfig.mk
# Define mkdir
include $(TOPSRCDIR)/config/makefiles/makeutils.mk
include $(TOPSRCDIR)/config/makefiles/autotargets.mk