kbuild: update help in top level Makefile
authorRobert P. J. Day <rpjday@mindspring.com>
Mon, 11 Sep 2006 16:09:42 +0000 (12:09 -0400)
committerSam Ravnborg <sam@neptun.ravnborg.org>
Mon, 25 Sep 2006 08:02:52 +0000 (10:02 +0200)
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile
scripts/kconfig/Makefile

index fc67adc6d50030e853118a7e829d78fea1f62652..0d4a4dc7222da73a8f9988c2eb0b1209fe44efd4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1060,6 +1060,7 @@ help:
        @echo  'Cleaning targets:'
        @echo  '  clean           - remove most generated files but keep the config'
        @echo  '  mrproper        - remove all generated files + config + various backup files'
+       @echo  '  distclean       - mrproper + patch files'
        @echo  ''
        @echo  'Configuration targets:'
        @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help
index e6499db4c8cce21e7626ec3aba7ca936c090eb42..a90d3cc76bfaf7839eef3e480b0558a5431251ab 100644 (file)
@@ -74,6 +74,7 @@ help:
        @echo  '  xconfig         - Update current config utilising a QT based front-end'
        @echo  '  gconfig         - Update current config utilising a GTK based front-end'
        @echo  '  oldconfig       - Update current config utilising a provided .config as base'
+       @echo  '  silentoldconfig - Same as oldconfig, but quietly'
        @echo  '  randconfig      - New config with random answer to all options'
        @echo  '  defconfig       - New config with default answer to all options'
        @echo  '  allmodconfig    - New config selecting modules when possible'