| To: | Sam Ravnborg <sam@ravnborg.org> |
|---|---|
| Subject: | Re: [PATCHv2] mips: drop CLEAN_FILES from arch/mips/Makefile |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Sun, 30 May 2010 11:00:42 +0800 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, linux-mips <linux-mips@linux-mips.org> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=xYbPpY4Bt4AnkouTWwu5GsZhv/2Xql9+l0xPIScFMAw=; b=AmLFbJw7y+pmxYqMKxkV77AYGRyOTrbWUb81irbwTXbAVxjrqgJKJAV4379MNhi7yz DWLRwKgTCuDPAED3b4HheAjDBSBmrY8hycAIH49nsajOMyQea9BGmOdvAoJBFzeGW143 VEwOivY4l7WOHU3+4X9YWXB1vhSmAdDYKxRi4= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=ZvnegEQdmqRg/BrfSQytW2/Ar34MtHDGf3tAMGYYJzjwXyEGSJJmDv2eUda+LXS0PI smo6OMJgsFup2BQkGdrogSKMaOH0w2w+x0Q0P/UyeZcIo7Wan/A6/INBF9R+0dNdetXk kbkau15AFKgG+t8NDSCbruty73zLx41KPXl58= |
| In-reply-to: | <20100529194019.GA16249@merkur.ravnborg.org> |
| Organization: | DSLab, Lanzhou University, China |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20100529111713.GA31550@merkur.ravnborg.org> <1275134778.11949.21.camel@localhost> <20100529194019.GA16249@merkur.ravnborg.org> |
| Reply-to: | wuzhangjin@gmail.com |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi, Sam
Most of them looks good, thanks!
[...]
> diff --git a/arch/mips/boot/compressed/Makefile
> b/arch/mips/boot/compressed/Makefile
> index 790ddd3..223dd4d 100644
> --- a/arch/mips/boot/compressed/Makefile
> +++ b/arch/mips/boot/compressed/Makefile
> @@ -100,6 +100,7 @@ OBJCOPYFLAGS_vmlinuz.srec := $(OBJCOPYFLAGS) -S -O srec
> vmlinuz.srec: vmlinuz
> $(call if_changed,objcopy)
>
> -clean:
> -clean-files += *.o \
> - vmlinu*
> +# vmlinu* files created in top-level dir of the kernel
> +clean-files := $(objtree)/vmlinu*
> +# files created in arch/mips/boot/compressed
> +clean-files += vmlinux.* piggy.o
but just tested it, seems the above piggy.o is not needed.
Thanks & Regards,
Wu Zhangjin
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] mips: refactor arch/mips/boot/Makefile, Sam Ravnborg |
|---|---|
| Next by Date: | Re: [PATCH] mips: refactor arch/mips/boot/Makefile, Wu Zhangjin |
| Previous by Thread: | [PATCHv2] mips: drop CLEAN_FILES from arch/mips/Makefile, Sam Ravnborg |
| Next by Thread: | [PATCH] mips: refactor arch/mips/boot/Makefile, Sam Ravnborg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |