From: "H. Peter Anvin" <hpa@zytor.com>
To: Paul Drynoff <pauldrynoff@gmail.com>
Cc: Andrew Morton <akpm@osdl.org>, linux-kernel@vger.kernel.org
Subject: Re: [BUG]: 2.6.17-mm1 can not compile - infinite cycle
Date: Wed, 21 Jun 2006 11:45:40 -0700 [thread overview]
Message-ID: <449993D4.8030309@zytor.com> (raw)
In-Reply-To: <20060621224600.aaa03fdc.pauldrynoff@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 177 bytes --]
Paul Drynoff wrote:
> I try compile 2.6.17-mm1 with almost(make oldconfig) the same config as
> linux-2.6.17-rc6-mm2.
I just pushed out this bugfix for this condition.
-hpa
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 1126 bytes --]
[klibc] Fix incorrect dependency
Remove a bogus dependency which would cause circular rebuilds at
high -j levels.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
---
commit 540f76e3b9d0272b50e2cc9be086b1f77606cc58
tree 636ac799e7517bb954e66a8eebb6adbcdd7b21d8
parent 52a83f25c64f52abb81c6e93977cf00247176e1b
author H. Peter Anvin <hpa@zytor.com> Wed, 21 Jun 2006 11:36:58 -0700
committer H. Peter Anvin <hpa@zytor.com> Wed, 21 Jun 2006 11:36:58 -0700
usr/klibc/syscalls/Kbuild | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/usr/klibc/syscalls/Kbuild b/usr/klibc/syscalls/Kbuild
index e7ae1d2..a1d408d 100644
--- a/usr/klibc/syscalls/Kbuild
+++ b/usr/klibc/syscalls/Kbuild
@@ -64,7 +64,6 @@ quiet_cmd_syscalsz = GEN $@
$(obj)/typesize.c: $(KLIBCSRC)/syscalls.pl $(obj)/SYSCALLS.i \
$(KLIBCSRC)/arch/$(KLIBCARCHDIR)/sysstub.ph \
- $(call objectify, $(syscall-objs:.o=.S)) \
$(src)/syscommon.h $(obj)/syscalls.nrs FORCE
$(call if_changed,syscalsz)
\f
!-------------------------------------------------------------flip-
next prev parent reply other threads:[~2006-06-21 18:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-21 18:46 [BUG]: 2.6.17-mm1 can not compile - infinite cycle Paul Drynoff
2006-06-21 18:45 ` H. Peter Anvin [this message]
2006-06-21 18:56 ` Paul Drynoff
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=449993D4.8030309@zytor.com \
--to=hpa@zytor.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pauldrynoff@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.