* [PATCH] sanitize frv archclean
@ 2006-09-23 0:22 Al Viro
2006-09-25 10:47 ` David Howells
0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2006-09-23 0:22 UTC (permalink / raw)
To: Linus Torvalds; +Cc: dhowells, sam, linux-kernel
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
arch/frv/Makefile | 5 +----
arch/frv/boot/Makefile | 3 ++-
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/arch/frv/Makefile b/arch/frv/Makefile
index d163747..038e3a8 100644
--- a/arch/frv/Makefile
+++ b/arch/frv/Makefile
@@ -108,11 +108,8 @@ Image: vmlinux
bootstrap:
$(Q)$(MAKEBOOT) bootstrap
-archmrproper:
- $(Q)$(MAKE) $(build)=arch/frv/boot mrproper
-
archclean:
- $(Q)$(MAKE) $(build)=arch/frv/boot clean
+ $(Q)$(MAKE) $(clean)=arch/frv/boot
archdep: scripts/mkdep symlinks
$(Q)$(MAKE) $(build)=arch/frv/boot dep
diff --git a/arch/frv/boot/Makefile b/arch/frv/boot/Makefile
index 5dfc93f..dc6f038 100644
--- a/arch/frv/boot/Makefile
+++ b/arch/frv/boot/Makefile
@@ -8,6 +8,8 @@ #
# Copyright (C) 1995-2000 Russell King
#
+targets := Image zImage bootpImage
+
SYSTEM =$(TOPDIR)/$(LINUX)
ZTEXTADDR = 0x02080000
@@ -66,7 +68,6 @@ #
# miscellany
#
mrproper clean:
- $(RM) Image zImage bootpImage
# @$(MAKE) -C compressed clean
# @$(MAKE) -C bootp clean
--
1.4.2.GIT
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] sanitize frv archclean
2006-09-23 0:22 [PATCH] sanitize frv archclean Al Viro
@ 2006-09-25 10:47 ` David Howells
0 siblings, 0 replies; 2+ messages in thread
From: David Howells @ 2006-09-25 10:47 UTC (permalink / raw)
To: Al Viro; +Cc: Linus Torvalds, dhowells, sam, linux-kernel
Al Viro <viro@ftp.linux.org.uk> wrote:
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-By: David Howells <dhowells@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-09-25 10:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-23 0:22 [PATCH] sanitize frv archclean Al Viro
2006-09-25 10:47 ` David Howells
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox