OSDN Git Service

test: disable librt shmtest on non-MMU systems
[uclinux-h8/uClibc.git] / Makefile.help
index c293ef5..abc6471 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 ''; \
@@ -54,12 +55,11 @@ help:
        @echo '  V=""                   - Quiet build (default)'
        @echo '  V=1                    - Brief build (show defines, ld flags)'
        @echo '  V=2                    - Very verbose build'
-       @echo '  CROSS_COMPILE= - Override CROSS_COMPILER_PREFIX from .config'
-       @echo '  CROSS=         - Same as CROSS_COMPILE'
+       @echo '  CROSS_COMPILE=         - Override CROSS_COMPILER_PREFIX from .config'
        @echo '  ARCH=          - Use given arch for config targets'
        @echo '  SHELL=         - Shell to use for make'
        @echo '  BUILD_CFLAGS=          - extra CFLAGS for compiling host binaries'
-       @echo '  BUILD_LFLAGS=          - extra LDFLAGS for linking host binaries'
+       @echo '  BUILD_LDFLAGS=         - extra LDFLAGS for linking host binaries'
        @echo '  CONFIG_SHELL=          - Shell to use for menuconfig'
        @echo
        @echo '  PREFIX=                - Prepended prefix'