mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1082323 - Reject pymake in client.mk. r=mshal
This commit is contained in:
parent
36903bcee5
commit
e63bc25fd8
@ -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" \
|
"https://developer.mozilla.org/en-US/docs/Developer_Guide/Mozilla_build_FAQ\#Win32-specific_questions" \
|
||||||
for a workaround of this issue.)
|
for a workaround of this issue.)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Set this for baseconfig.mk
|
||||||
|
HOST_OS_ARCH=WINNT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
####################################
|
####################################
|
||||||
@ -167,6 +170,9 @@ OBJDIR_TARGETS = install export libs clean realclean distclean maybe_clobber_pro
|
|||||||
build::
|
build::
|
||||||
$(MAKE) -f $(TOPSRCDIR)/client.mk $(if $(MOZ_PGO),profiledbuild,realbuild) CREATE_MOZCONFIG_JSON=
|
$(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
|
# Define mkdir
|
||||||
include $(TOPSRCDIR)/config/makefiles/makeutils.mk
|
include $(TOPSRCDIR)/config/makefiles/makeutils.mk
|
||||||
include $(TOPSRCDIR)/config/makefiles/autotargets.mk
|
include $(TOPSRCDIR)/config/makefiles/autotargets.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user