Re: [BUG]: 2.6.17-mm1 can not compile - infinite cycle
From: H. Peter Anvin
Date: Wed Jun 21 2006 - 14:44:32 EST
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
[klibc] Fix incorrect dependency
Remove a bogus dependency which would cause circular rebuilds at
high -j levels.
Signed-off-by: H. Peter Anvin <hpa@xxxxxxxxx>
---
commit 540f76e3b9d0272b50e2cc9be086b1f77606cc58
tree 636ac799e7517bb954e66a8eebb6adbcdd7b21d8
parent 52a83f25c64f52abb81c6e93977cf00247176e1b
author H. Peter Anvin <hpa@xxxxxxxxx> Wed, 21 Jun 2006 11:36:58 -0700
committer H. Peter Anvin <hpa@xxxxxxxxx> 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)
!-------------------------------------------------------------flip-