Magellan Linux

Contents of /trunk/mkinitrd/patches/mkinitrd-6.3.5-klibc-mm1-circdep.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1728 - (show annotations) (download)
Tue Apr 3 14:35:03 2012 UTC (12 years ago) by niro
File size: 1126 byte(s)
-fixed a infinitive loop
1 [klibc] Fix incorrect dependency
2
3 Remove a bogus dependency which would cause circular rebuilds at
4 high -j levels.
5
6 Signed-off-by: H. Peter Anvin <hpa@zytor.com>
7
8 ---
9 commit 540f76e3b9d0272b50e2cc9be086b1f77606cc58
10 tree 636ac799e7517bb954e66a8eebb6adbcdd7b21d8
11 parent 52a83f25c64f52abb81c6e93977cf00247176e1b
12 author H. Peter Anvin <hpa@zytor.com> Wed, 21 Jun 2006 11:36:58 -0700
13 committer H. Peter Anvin <hpa@zytor.com> Wed, 21 Jun 2006 11:36:58 -0700
14
15 usr/klibc/syscalls/Kbuild | 1 -
16 1 files changed, 0 insertions(+), 1 deletions(-)
17
18 diff --git a/usr/klibc/syscalls/Kbuild b/usr/klibc/syscalls/Kbuild
19 index e7ae1d2..a1d408d 100644
20 --- a/usr/klibc/syscalls/Kbuild
21 +++ b/usr/klibc/syscalls/Kbuild
22 @@ -64,7 +64,6 @@ quiet_cmd_syscalsz = GEN $@
23
24 $(obj)/typesize.c: $(KLIBCSRC)/syscalls.pl $(obj)/SYSCALLS.i \
25 $(KLIBCSRC)/arch/$(KLIBCARCHDIR)/sysstub.ph \
26 - $(call objectify, $(syscall-objs:.o=.S)) \
27 $(src)/syscommon.h $(obj)/syscalls.nrs FORCE
28 $(call if_changed,syscalsz)
29
30
31
32
33 !-------------------------------------------------------------flip-
34
35