* [PATCH] kernel: Makefile: header-link: remove include-compat/asm before resymlinking it
@ 2008-09-28 15:10 Uri Lublin
2008-09-28 15:14 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Uri Lublin @ 2008-09-28 15:10 UTC (permalink / raw)
To: kvm; +Cc: Uri Lublin
Similar to include/asm.
Otherwise, if already exists, the new symlink is created under the old linked
directory.
Signed-off-by: Uri Lublin <uril@qumranet.com>
---
kernel/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/Makefile b/kernel/Makefile
index ec2d055..d77eb77 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -44,7 +44,7 @@ all:: header-link prerequisite
sync: header-sync source-sync header-link
header-link:
- rm -f include/asm
+ rm -f include/asm include-compat/asm
ln -sf asm-$(ARCH_DIR) include/asm
ln -sf asm-$(ARCH_DIR) include-compat/asm
--
1.6.0.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] kernel: Makefile: header-link: remove include-compat/asm before resymlinking it
2008-09-28 15:10 [PATCH] kernel: Makefile: header-link: remove include-compat/asm before resymlinking it Uri Lublin
@ 2008-09-28 15:14 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2008-09-28 15:14 UTC (permalink / raw)
To: Uri Lublin; +Cc: kvm
Uri Lublin wrote:
> Similar to include/asm.
> Otherwise, if already exists, the new symlink is created under the old linked
> directory.
>
Applied, thanks.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-28 15:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-28 15:10 [PATCH] kernel: Makefile: header-link: remove include-compat/asm before resymlinking it Uri Lublin
2008-09-28 15:14 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).