xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] build: update top-level make help
@ 2015-09-01 20:10 Doug Goldstein
  2015-09-02  8:28 ` Jan Beulich
  0 siblings, 1 reply; 11+ messages in thread
From: Doug Goldstein @ 2015-09-01 20:10 UTC (permalink / raw)
  To: Ian Campbell, Ian Jackson, Jan Beulich, Keir Fraser, Tim Deegan,
	xen-devel
  Cc: Doug Goldstein

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.
---
 Makefile | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index ba0df70..75177f0 100644
--- 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)'
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-09-04 14:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01 20:10 [PATCH] build: update top-level make help Doug Goldstein
2015-09-02  8:28 ` Jan Beulich
2015-09-02 13:09   ` Doug Goldstein
2015-09-02 13:14     ` Jan Beulich
2015-09-02 13:34       ` Ian Campbell
2015-09-02 14:14         ` Jan Beulich
2015-09-02 14:22           ` Doug Goldstein
2015-09-02 14:31             ` Ian Campbell
2015-09-04 14:41               ` Ian Campbell
2015-09-02 14:26           ` Ian Campbell
2015-09-02 14:55             ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).