kbuild, headers.sh: Don't make archheaders explicitly
authorH. Peter Anvin <hpa@zytor.com>
Tue, 22 Nov 2011 22:47:50 +0000 (14:47 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 22 Nov 2011 22:47:50 +0000 (14:47 -0800)
We don't need to explicitly invoke the archheaders target because of
the dependency on __headers in the Makefile.

Reported-and-tested-by: Michal Marek <mmarek@suse.cz>
Link: http://lkml.kernel.org/r/4ECA8991.20302@suse.cz
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
scripts/headers.sh

index af1ed881008727ad01dca92a6e13c00d8ba110aa..978b42b3acd7e59519bdc74540a180da25e8c607 100755 (executable)
@@ -7,7 +7,6 @@ set -e
 do_command()
 {
        if [ -f ${srctree}/arch/$2/include/asm/Kbuild ]; then
-               make ARCH=$2 KBUILD_HEADERS=$1 archheaders
                make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
        else
                printf "Ignoring arch: %s\n" ${arch}