From: Sam Ravnborg <sam@ravnborg.org>
To: linux-kernel@vger.kernel.org
Subject: kbuild: fix make O= build
Date: Thu, 26 Aug 2004 21:37:15 +0200 [thread overview]
Message-ID: <20040826193715.GC9539@mars.ravnborg.org> (raw)
In-Reply-To: <20040826193614.GB9539@mars.ravnborg.org>
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/08/26 21:13:39+02:00 sam@mars.ravnborg.org
# kbuild: Fix make O=
#
# A bug that slipped through when introducing Makefile.host.
# A good way to check if people actually uses make O= ;-)
#
# Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
#
# scripts/Makefile.host
# 2004/08/26 21:13:23+02:00 sam@mars.ravnborg.org +1 -0
# Fix make O= build.
#
# When we put correct prefix on obj-dris the output directory is created if needed
#
diff -Nru a/scripts/Makefile.host b/scripts/Makefile.host
--- a/scripts/Makefile.host 2004-08-26 21:22:06 +02:00
+++ b/scripts/Makefile.host 2004-08-26 21:22:06 +02:00
@@ -73,6 +73,7 @@
host-cxxobjs := $(addprefix $(obj)/,$(host-cxxobjs))
host-cshlib := $(addprefix $(obj)/,$(host-cshlib))
host-cshobjs := $(addprefix $(obj)/,$(host-cshobjs))
+obj-dirs := $(addprefix $(obj)/,$(obj-dirs))
#####
# Handle options to gcc. Support building with separate output directory
next prev parent reply other threads:[~2004-08-26 19:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-26 19:36 kbuild fixes Sam Ravnborg
2004-08-26 19:37 ` Sam Ravnborg [this message]
2004-08-26 19:38 ` kbuild: use *.lds infrastructure in arch/i386/kernel/Makefile Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040826193715.GC9539@mars.ravnborg.org \
--to=sam@ravnborg.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®