]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
build: update top-level make help
authorDoug Goldstein <cardoe@cardoe.com>
Tue, 1 Sep 2015 20:10:08 +0000 (15:10 -0500)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 4 Sep 2015 14:02:51 +0000 (15:02 +0100)
Update the top-level make help to include all the possible targets and
not reference targets that are deprecated while hopefully being more
clear as to what each target does.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Makefile

index ba0df708d55730b983ee6eaf78d8cf0c07efce62..75177f054bbf1aca86005a8a8a4fe37cbfd5d1ff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -228,16 +228,23 @@ help:
        @echo '  install-stubdom       - build and install the stubdomain images'
        @echo '  install-docs          - build and install user documentation'
        @echo ''
-       @echo 'Building targets:'
+       @echo 'Local dist targets:'
        @echo '  dist                  - build and install everything into local dist directory'
        @echo '  world                 - clean everything then make dist'
-       @echo '  xen                   - build and install Xen hypervisor'
-       @echo '  tools                 - build and install tools'
-       @echo '  stubdom               - build and install the stubdomain images'
-       @echo '  docs                  - build and install user documentation'
+       @echo '  dist-xen              - build Xen hypervisor and install into local dist'
+       @echo '  dist-tools            - build the tools and install into local dist'
+       @echo '  dist-stubdom          - build the stubdomain images and install into local dist'
+       @echo '  dist-docs             - build user documentation and install into local dist'
+       @echo ''
+       @echo 'Building targets:'
+       @echo '  build                 - build everything'
+       @echo '  build-xen             - build Xen hypervisor'
+       @echo '  build-tools           - build the tools'
+       @echo '  build-stubdom         - build the stubdomain images'
+       @echo '  build-docs            - build user documentation'
        @echo ''
        @echo 'Cleaning targets:'
-       @echo '  clean                 - clean the Xen, tools and docs (but not guest kernel trees)'
+       @echo '  clean                 - clean the Xen, tools and docs'
        @echo '  distclean             - clean plus delete kernel build trees and'
        @echo '                          local downloaded files'
        @echo '  subtree-force-update  - Call *-force-update on all git subtrees (qemu, seabios, ovmf)'