kbuild: fix help output to show correct arch
authorAndres Salomon <dilinger@queued.net>
Sat, 26 Apr 2008 02:34:58 +0000 (22:34 -0400)
committerSam Ravnborg <sam@uranus.ravnborg.org>
Mon, 28 Apr 2008 20:46:11 +0000 (22:46 +0200)
Signed-off-by: Andres Salomon <dilinger@debian.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile

index da76f51..d3634cd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1223,9 +1223,9 @@ help:
        @echo  'Documentation targets:'
        @$(MAKE) -f $(srctree)/Documentation/DocBook/Makefile dochelp
        @echo  ''
-       @echo  'Architecture specific targets ($(ARCH)):'
+       @echo  'Architecture specific targets ($(SRCARCH)):'
        @$(if $(archhelp),$(archhelp),\
-               echo '  No architecture specific help defined for $(ARCH)')
+               echo '  No architecture specific help defined for $(SRCARCH)')
        @echo  ''
        @$(if $(boards), \
                $(foreach b, $(boards), \