OSDN Git Service

handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN
[uclinux-h8/uClibc.git] / Makefile.help
index deae677..3a84328 100644 (file)
@@ -8,7 +8,7 @@
 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:'
@@ -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")'
+