diff for duplicates of <1479929955.3931.28.camel@synopsys.com> diff --git a/a/1.txt b/N1/1.txt index 2537343..2df56ec 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,36 +1,36 @@ Hi Michal, -On Tue, 2016-11-22 at 22:34 +0100, Michal Marek wrote: +On Tue, 2016-11-22@22:34 +0100, Michal Marek wrote: > The KBUILD_IMAGE variable is used by the rpm and deb-pkg targets, which > expect it to point to the image file in the build directory. The > builddeb script has a workaround for architectures which only provide > the basename, but let's provide a clean interface for packaging tools. > -> Cc: Vineet Gupta <vgupta@synopsys.com> -> Cc: linux-snps-arc@lists.infradead.org -> Signed-off-by: Michal Marek <mmarek@suse.com> +> Cc: Vineet Gupta <vgupta at synopsys.com> +> Cc: linux-snps-arc at lists.infradead.org +> Signed-off-by: Michal Marek <mmarek at suse.com> > --- -> arch/arc/Makefile | 4 ++-- -> 1 file changed, 2 insertions(+), 2 deletions(-) +> ?arch/arc/Makefile | 4 ++-- +> ?1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arc/Makefile b/arch/arc/Makefile > index 19cce226d1a8..44ef35d33956 100644 > --- a/arch/arc/Makefile > +++ b/arch/arc/Makefile > @@ -123,9 +123,9 @@ libs-y += arch/arc/lib/ $(LIBGCC) -> boot := arch/arc/boot -> -> #default target for make without any arguments. +> ?boot := arch/arc/boot +> ? +> ?#default target for make without any arguments. > -KBUILD_IMAGE := bootpImage > +KBUILD_IMAGE := $(boot)/bootpImage -> +> ? > -all: $(KBUILD_IMAGE) > +all: bootpImage -> bootpImage: vmlinux -> -> boot_targets += uImage uImage.bin uImage.gz +> ?bootpImage: vmlinux +> ? +> ?boot_targets += uImage uImage.bin uImage.gz -I tried to find any examples on how that KBUILD_IMAGE thingy is used +I tried to find any examples on how that?KBUILD_IMAGE thingy is used but to no avail. It looks like for ARC "bootpImage" makes not much sense and if you really want to get something useful in .deb/.rpm most probably something like below may work much better: @@ -44,11 +44,11 @@ KBUILD_IMAGE may point to non-default target. For example in "arch/avr32/Makefile" I see more complicated construction: ------------------------>8-------------------------- - KBUILD_IMAGE := $(boot)/uImage +? ? ? ? ? ? ?KBUILD_IMAGE := $(boot)/uImage vmlinux.elf: KBUILD_IMAGE := $(boot)/vmlinux.elf vmlinux.cso: KBUILD_IMAGE := $(boot)/vmlinux.cso uImage.srec: KBUILD_IMAGE := $(boot)/uImage.srec -uImage: KBUILD_IMAGE := $(boot)/uImage +uImage:??????KBUILD_IMAGE := $(boot)/uImage ------------------------>8-------------------------- and may imagine that we need something similar for ARC obviously with default being "$(boot)/vmlinux". diff --git a/a/content_digest b/N1/content_digest index f90d2a5..1993258 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,48 +1,44 @@ "ref\020161122213434.14788-1-mmarek@suse.com\0" "ref\020161122213434.14788-3-mmarek@suse.com\0" - "From\0Alexey Brodkin <Alexey.Brodkin@synopsys.com>\0" - "Subject\0Re: [PATCH 3/6] arc: Use full path in KBUILD_IMAGE definition\0" + "From\0Alexey.Brodkin@synopsys.com (Alexey Brodkin)\0" + "Subject\0[PATCH 3/6] arc: Use full path in KBUILD_IMAGE definition\0" "Date\0Wed, 23 Nov 2016 19:40:15 +0000\0" - "To\0mmarek@suse.com <mmarek@suse.com>\0" - "Cc\0Vineet.Gupta1@synopsys.com <Vineet.Gupta1@synopsys.com>" - linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> - linux-kbuild@vger.kernel.org <linux-kbuild@vger.kernel.org> - " linux-snps-arc@lists.infradead.org <linux-snps-arc@lists.infradead.org>\0" + "To\0linux-snps-arc@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Michal,\n" "\n" - "On Tue, 2016-11-22 at 22:34 +0100, Michal Marek wrote:\n" + "On Tue, 2016-11-22@22:34 +0100, Michal Marek wrote:\n" "> The KBUILD_IMAGE variable is used by the rpm and deb-pkg targets, which\n" "> expect it to point to the image file in the build directory. The\n" "> builddeb script has a workaround for architectures which only provide\n" "> the basename, but let's provide a clean interface for packaging tools.\n" "> \n" - "> Cc: Vineet Gupta <vgupta@synopsys.com>\n" - "> Cc: linux-snps-arc@lists.infradead.org\n" - "> Signed-off-by: Michal Marek <mmarek@suse.com>\n" + "> Cc: Vineet Gupta <vgupta at synopsys.com>\n" + "> Cc: linux-snps-arc at lists.infradead.org\n" + "> Signed-off-by: Michal Marek <mmarek at suse.com>\n" "> ---\n" - "> \302\240arch/arc/Makefile | 4 ++--\n" - "> \302\2401 file changed, 2 insertions(+), 2 deletions(-)\n" + "> ?arch/arc/Makefile | 4 ++--\n" + "> ?1 file changed, 2 insertions(+), 2 deletions(-)\n" "> \n" "> diff --git a/arch/arc/Makefile b/arch/arc/Makefile\n" "> index 19cce226d1a8..44ef35d33956 100644\n" "> --- a/arch/arc/Makefile\n" "> +++ b/arch/arc/Makefile\n" "> @@ -123,9 +123,9 @@ libs-y\t\t+= arch/arc/lib/ $(LIBGCC)\n" - "> \302\240boot\t\t:= arch/arc/boot\n" - "> \302\240\n" - "> \302\240#default target for make without any arguments.\n" + "> ?boot\t\t:= arch/arc/boot\n" + "> ?\n" + "> ?#default target for make without any arguments.\n" "> -KBUILD_IMAGE\t:= bootpImage\n" "> +KBUILD_IMAGE\t:= $(boot)/bootpImage\n" - "> \302\240\n" + "> ?\n" "> -all:\t$(KBUILD_IMAGE)\n" "> +all:\tbootpImage\n" - "> \302\240bootpImage: vmlinux\n" - "> \302\240\n" - "> \302\240boot_targets += uImage uImage.bin uImage.gz\n" + "> ?bootpImage: vmlinux\n" + "> ?\n" + "> ?boot_targets += uImage uImage.bin uImage.gz\n" "\n" - "I tried to find any examples on how that\302\240KBUILD_IMAGE thingy is used\n" + "I tried to find any examples on how that?KBUILD_IMAGE thingy is used\n" "but to no avail. It looks like for ARC \"bootpImage\" makes not much\n" "sense and if you really want to get something useful in .deb/.rpm\n" "most probably something like below may work much better:\n" @@ -56,15 +52,15 @@ "\n" "For example in \"arch/avr32/Makefile\" I see more complicated construction:\n" "------------------------>8--------------------------\n" - "\302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240KBUILD_IMAGE := $(boot)/uImage\n" + "? ? ? ? ? ? ?KBUILD_IMAGE := $(boot)/uImage\n" "vmlinux.elf: KBUILD_IMAGE := $(boot)/vmlinux.elf\n" "vmlinux.cso: KBUILD_IMAGE := $(boot)/vmlinux.cso\n" "uImage.srec: KBUILD_IMAGE := $(boot)/uImage.srec\n" - "uImage:\302\240\302\240\302\240\302\240\302\240\302\240KBUILD_IMAGE := $(boot)/uImage\n" + "uImage:??????KBUILD_IMAGE := $(boot)/uImage\n" "------------------------>8--------------------------\n" "and may imagine that we need something similar for ARC obviously with\n" "default being \"$(boot)/vmlinux\".\n" "\n" -Alexey -f81a5d0e5f2a9960690414ed0983b61534ebe152bfb11b93e9c523e7cfba0a0d +fe0a67895b16b70e9110347d317c6dd616154def6c36a7a455ae25d7f11f9717
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.