From 271a80ab61b4dbfff19e13a2c11f3220db37b92d Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 12 Dec 2007 20:15:24 +0000 Subject: [PATCH] Made change for make -j option. Changed name of include file. --- configure/os/CONFIG.linux-x86_64.linux-x86_64-debug | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.linux-x86_64.linux-x86_64-debug b/configure/os/CONFIG.linux-x86_64.linux-x86_64-debug index eb3805538..cdd288511 100644 --- a/configure/os/CONFIG.linux-x86_64.linux-x86_64-debug +++ b/configure/os/CONFIG.linux-x86_64.linux-x86_64-debug @@ -7,7 +7,9 @@ # Sites may override these definitions in CONFIG_SITE.linux-x86.linux-x86-debug #------------------------------------------------------- -include $(CONFIG)/os/CONFIG.linux-x86-debug.linux-x86-debug +include $(CONFIG)/os/CONFIG.linux-x86_64.linux-x86_64 -BUILD_CLASS = HOST +# This will cause build failure when used with make -j option +# See base/src/bpt MAKEBPT +#BUILD_CLASS = HOST