]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/uclibc/lib/contrib/uclibc/Makefile.help
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / Makefile.help
index 8c7ce416a303424eef5aeb69ddf27ed73a8dc64d..1c2c96e04fabb954b877072791f01fafbada2b67 100644 (file)
@@ -14,6 +14,7 @@ help:
        @echo 'Build:'
        @echo '  all                    - libraries and generated headers'
        @echo '  pregen         - generate headers'
+       @echo '  startfiles             - build startfiles (crt)'
        @echo '  utils                  - build target utilities'
        @echo '                   (ldd, ldconfig, locale, iconv)'
        @echo '  hostutils              - build host utilities (see utils)'
@@ -32,6 +33,7 @@ help:
        @echo '  install                - install both the runtime and the headers'
        @echo '  install_runtime        - install the libraries'
        @echo '  install_dev            - install all headers and static libs'
+       @echo '  install_startfiles     - install startfiles (crt)'
        @echo '  install_headers        - install headers excluding generated ones'
        @echo '  install_utils          - install target utilities'
        @echo '  install_hostutils      - install host utilities'
@@ -44,7 +46,7 @@ help:
        @echo 'Environment variables:'
        @echo '  O=<abspath>            - Use <abspath> as object directory'
        @echo '  V=""                   - Quiet build (default)'
-       @echo '  V=1                    - Verbose build'
+       @echo '  V=1                    - Brief build (show defines, ld flags)'
        @echo '  V=2                    - Very verbose build'
        @echo '  CROSS=         - Override CROSS_COMPILER_PREFIX from .config'
        @echo '  ARCH=          - Use given arch for config targets'