[PATCH] sanitize frv archclean
authorAl Viro <viro@ftp.linux.org.uk>
Sat, 23 Sep 2006 00:22:46 +0000 (01:22 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 23 Sep 2006 00:48:56 +0000 (17:48 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/frv/Makefile
arch/frv/boot/Makefile

index d163747..038e3a8 100644 (file)
@@ -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
index 5dfc93f..dc6f038 100644 (file)
@@ -8,6 +8,8 @@
 # Copyright (C) 1995-2000 Russell King
 #
 
+targets := Image zImage bootpImage
+
 SYSTEM =$(TOPDIR)/$(LINUX)
 
 ZTEXTADDR       = 0x02080000
@@ -66,7 +68,6 @@ zinstall: $(CONFIGURE) zImage
 # miscellany
 #
 mrproper clean:
-       $(RM) Image zImage bootpImage
 #      @$(MAKE) -C compressed clean
 #      @$(MAKE) -C bootp clean