зеркало из https://github.com/mozilla/gecko-dev.git
Bugzilla bug #62855: remembered the right way to have OS/2 include a
single OS2.mk for all OS releases. Modified files: arch.mk, config.mk
This commit is contained in:
Родитель
804472db43
Коммит
252ab4b975
|
@ -239,11 +239,7 @@ endif
|
|||
# This variable is used to get OS_CONFIG.mk.
|
||||
#
|
||||
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
OS_CONFIG = $(OS_TARGET)
|
||||
else
|
||||
OS_CONFIG = $(OS_TARGET)$(OS_RELEASE)
|
||||
endif
|
||||
|
||||
#
|
||||
# OBJDIR_TAG depends on the predefined variable BUILD_OPT,
|
||||
|
|
|
@ -56,7 +56,7 @@ include $(CORE_DEPTH)/coreconf/command.mk
|
|||
# each OS release. #
|
||||
#######################################################################
|
||||
|
||||
ifeq (,$(filter-out NetBSD,$(OS_TARGET)))
|
||||
ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET)))
|
||||
include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
|
||||
else
|
||||
include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче