OSDN Git Service

remove deprecated architectures v850/i960
[uclinux-h8/uclibc-ng.git] / Makefile.help
index 417298f..f6c7627 100644 (file)
@@ -27,6 +27,7 @@ help:
        @echo '  menuconfig             - interactive curses-based configurator'
        @echo '  oldconfig              - resolve any unresolved symbols in .config'
        @echo '  silentoldconfig        - resolve any unresolved symbols in .config, silently'
+       @echo '  savedefconfig          - Save current config (minimal config)'
        @echo '  randconfig             - generate a random .config'
        @$(if $(arch-defconfigs), \
                @echo ''; \
@@ -52,8 +53,8 @@ help:
        @echo 'Environment variables:'
        @echo '  O=<abspath>            - Use <abspath> as object directory'
        @echo '  V=""                   - Quiet build (default)'
-       @echo '  V=1                    - Brief build (show defines, ld flags)'
-       @echo '  V=2                    - Very verbose build'
+       @echo '  V=1                    - Very verbose build (show full commands)'
+       @echo '  V=2                    - Brief build (show defines, ld flags)'
        @echo '  CROSS_COMPILE=         - Override CROSS_COMPILER_PREFIX from .config'
        @echo '  ARCH=          - Use given arch for config targets'
        @echo '  SHELL=         - Shell to use for make'