From: Sam Ravnborg <sam@ravnborg.org>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Tom Rini <trini@kernel.crashing.org>,
Olaf Hering <olaf@aepfle.de>,
linux-kernel@vger.kernel.org
Subject: kbuild/ppc: Fix to enable build of ppc again
Date: Sat, 11 Sep 2004 23:36:36 +0200 [thread overview]
Message-ID: <20040911213636.GA22409@mars.ravnborg.org> (raw)
Hi Linus - please apply.
I tricked Tom Rini into doing some wrong modifications to
arch/ppc/boot/lib/Makefile. The result is that ppc cannot
be build (at least not the boot/lib part).
The attaced patch fixes this.
Compile tested.
Please pull from:
bk pull bk://linux-sam.bkbits.net/kbuild
(This is the only patch pushed).
Sam
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/09/11 23:25:45+02:00 sam@mars.ravnborg.org
# kbuild/ppc: Fix build of zlib in arch/ppc/boot/lib
#
# $(addprefix ...) needs a directory relative to current directory, because
# kbuild prefixes the filename with '$(obj)/'
#
# Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
#
# arch/ppc/boot/lib/Makefile
# 2004/09/11 23:25:28+02:00 sam@mars.ravnborg.org +2 -2
# fix path in addprefix
#
diff -Nru a/arch/ppc/boot/lib/Makefile b/arch/ppc/boot/lib/Makefile
--- a/arch/ppc/boot/lib/Makefile 2004-09-11 23:26:41 +02:00
+++ b/arch/ppc/boot/lib/Makefile 2004-09-11 23:26:41 +02:00
@@ -4,7 +4,7 @@
CFLAGS_kbd.o += -Idrivers/char
-lib-y := $(addprefix lib/zlib_inflate/,infblock.o infcodes.o inffast.o \
- inflate.o inftrees.o infutil.o)
+lib-y := $(addprefix ../../../../lib/zlib_inflate/, \
+ infblock.o infcodes.o inffast.o inflate.o inftrees.o infutil.o)
lib-y += div64.o
lib-$(CONFIG_VGA_CONSOLE) += vreset.o kbd.o
reply other threads:[~2004-09-11 21:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20040911213636.GA22409@mars.ravnborg.org \
--to=sam@ravnborg.org \
--cc=linux-kernel@vger.kernel.org \
--cc=olaf@aepfle.de \
--cc=torvalds@osdl.org \
--cc=trini@kernel.crashing.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®