From: Borislav Petkov Date: Wed, 6 Mar 2013 08:05:47 +0000 (+0100) Subject: buildtar: Add ARCH to the archive name X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~16^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bc6c9409de03987736df58c411c3aa7b5aed051;p=pandora-kernel.git buildtar: Add ARCH to the archive name When dealing with multiple sub-arches (like 32- and 64-bit on x86, for example) generating a bunch of kernel tar archives with the same name but for different sub-arches could get confusing and error-prone. Also, the build process could overwrite otherwise unrelated builds and you probably don't want that. So, add the architecture to the archive name for more clarity and less shoot-yourself-in-the-foot practices. Signed-off-by: Borislav Petkov Signed-off-by: Michal Marek --- Reading git-diff-tree failed