OSDN Git Service

handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN
[uclinux-h8/uClibc.git] / Makefile.help
index 40e6704..3a84328 100644 (file)
@@ -8,12 +8,15 @@
 help:
        @echo 'Cleaning:'
        @echo '  clean                  - delete temporary object files'
-       @echo '  realclean              - delete temporary object file, including dependencies'
+       @echo '  realclean              - delete temporary object files, including dependencies'
        @echo '  distclean              - delete all non-source files (including .config)'
        @echo
        @echo 'Build:'
        @echo '  all                    - libraries and generated headers'
        @echo '  pregen         - generate headers'
+       @echo '  utils                  - build target utilities'
+       @echo '                   (readelf, ldd, ldconfig, locale, iconv)'
+       @echo '  hostutils              - build host utilities (see utils)'
        @echo
        @echo 'Configuration:'
        @echo '  allnoconfig            - disable all symbols in .config'
@@ -30,17 +33,14 @@ help:
        @echo '  install_runtime        - install the libraries'
        @echo '  install_dev            - install all headers and static libs'
        @echo '  install_headers        - install headers excluding generated ones'
+       @echo '  install_utils          - install target utilities'
+       @echo '  install_hostutils      - install host utilities'
        @echo
        @echo 'Development:'
        @echo '  check                  - run testsuite'
        @echo '  test_compile           - compile testsuite binaries'
        @echo '  release                - create a distribution tarball'
        @echo
-       @echo 'Utilities:'
-       @echo '  utils                  - Build readelf, ldd, and ldconfig for target'
-       @echo '  hostutils              - Build readelf, ldd, and ldconfig for host'
-       @echo '  install_utils  - Install utilities'
-       @echo
        @echo 'Environment variables:'
        @echo '  V=""                   - Quiet build (default)'
        @echo '  V=1                    - Verbose build'
@@ -48,3 +48,12 @@ help:
        @echo '  CROSS=         - Override CROSS_COMPILER_PREFIX from .config'
        @echo '  SHELL=         - Shell to use for make'
        @echo '  CONFIG_SHELL=          - Shell to use for menuconfig'
+       @echo
+       @echo '  PREFIX=                - Prepended prefix'
+       @echo '  RUNTIME_PREFIX=        - Prefix for the libdir containing shared objects'
+       @echo '                   (usually "/")'
+       @echo '  DEVEL_PREFIX=          - Prefix for the libdir containing static objects'
+       @echo '                   and the include dir (usually "/usr")'
+       @echo '  SHARED_LIB_LOADER_PREFIX=      - Directory where the shared loader resides.'
+       @echo '                   (usually "/lib")'
+