LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Segher Boessenkool <segher@kernel.crashing.org>
To: Christian Kujau <lists@nerdbynature.de>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: zImage.miboot and vmlinux.lds
Date: Sat, 9 Jun 2007 23:03:26 +0200	[thread overview]
Message-ID: <981f558c34d946fcb2683a9731f8d5ad@kernel.crashing.org> (raw)
In-Reply-To: <alpine.DEB.0.99.0706092110060.8312@foobar-g4>

> Hm, the files are still there. Is there any reason for "mrproper" not 
> to
> remove these files? Otherwise, would the following be appropriate?
>
> --- 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
> @@ -174,6 +174,7 @@ archclean:
>
>   archmrproper:
>   	$(Q)rm -rf arch/$(ARCH)/include
> +	$(Q)rm  -f arch/$(ARCH)/boot/zImage.miboot 
> arch/$(ARCH)/kernel/vmlinux.lds

vmlinux.lds should be cleaned from the main (non-arch)
Makefile; I could swear I've sent a patch for that some
time ago.

zImage.miboot should be added to $(clean-files) in
arch/powerpc/boot/Makefile; the $(image-) in there
should catch it except for the ifeq in

ifeq ($(CONFIG_PPC32),y)
image-$(CONFIG_PPC_PMAC)        += zImage.coff zImage.miboot
endif

Maybe it should be added to $(image-) unconditionally?
Or get rid of the ifeq, preferably.


Segher

  reply	other threads:[~2007-06-09 21:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2007-06-09 21:39     ` Christian Kujau
2007-06-11  0:25       ` Stephen Rothwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=981f558c34d946fcb2683a9731f8d5ad@kernel.crashing.org \
    --to=segher@kernel.crashing.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=lists@nerdbynature.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox