LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* zImage.miboot and vmlinux.lds
@ 2007-05-28 19:32 Christian Kujau
  2007-06-09 19:14 ` Christian Kujau
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Kujau @ 2007-05-28 19:32 UTC (permalink / raw)
  To: linuxppc-dev

[-- Attachment #1: Type: TEXT/PLAIN, Size: 331 bytes --]

Hi,

when doing a "make mrproper" or even "make distclean" on a current 
2.6-git tree, I see 2 files being left over:

arch/powerpc/boot/zImage.miboot
arch/powerpc/kernel/vmlinux.lds

The attached 1-liner "fixes" this but I wonder why they've been kept at 
all.

thanks,
Christian
-- 
BOFH excuse #23:

improperly oriented keyboard

[-- Attachment #2: Type: TEXT/x-diff, Size: 354 bytes --]

--- linux-2.6-dev/arch/powerpc/Makefile.orig	2007-05-28 21:24:39.000000000 +0200
+++ linux-2.6-dev/arch/powerpc/Makefile	2007-05-28 21:23:25.000000000 +0200
@@ -175,6 +175,7 @@ archclean:
 
 archmrproper:
 	$(Q)rm -rf arch/$(ARCH)/include
+	$(Q)rm  -f arch/$(ARCH)/boot/zImage.miboot arch/$(ARCH)/kernel/vmlinux.lds 
 
 archprepare: checkbin
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-06-11  0:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-28 19:32 zImage.miboot and vmlinux.lds Christian Kujau
2007-06-09 19:14 ` Christian Kujau
2007-06-09 21:03   ` Segher Boessenkool
2007-06-09 21:39     ` Christian Kujau
2007-06-11  0:25       ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox