Bugzilla bug #62855: backed out my previous checkin, which doesn't quite
work. Will look at this later. Modified files: arch.mk, config.mk git-svn-id: svn://10.0.0.236/trunk@86559 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e72e90facf
commit
5fee645459
@ -239,7 +239,11 @@ 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 OS2,$(OS_TARGET)))
|
||||
ifeq (,$(filter-out NetBSD,$(OS_TARGET)))
|
||||
include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
|
||||
else
|
||||
include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user