[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 5/11] build: clean up output of make help a little bit
# HG changeset patch # User Horms <horms@xxxxxxxxxxxx> # Node ID 91cb0f2b5b6fd6e74abaeb3cf7d80e399ddaaff5 # Parent 8dc0b3cf422a5a599e4687018fadfa639a96c354 build: clean up output of make help a little bit Signed-Off-By: Horms <horms@xxxxxxxxxxxx> diff -r 8dc0b3cf422a -r 91cb0f2b5b6f Makefile --- a/Makefile Thu Mar 30 15:13:45 2006 +0900 +++ b/Makefile Thu Mar 30 15:13:48 2006 +0900 @@ -153,10 +153,9 @@ help: @echo ' dev-docs - build developer-only documentation' @echo '' @echo 'Cleaning targets:' - @echo ' clean - clean the Xen, tools and docs (but not' - @echo ' guest kernel) trees' - @echo ' distclean - clean plus delete kernel tarballs and kernel' - @echo ' build trees' + @echo ' clean - clean the Xen, tools and docs (but not guest kernel trees)' + @echo ' distclean - clean plus delete kernel build trees and' + @echo ' local downloaded files' @echo ' kdelete - delete guest kernel build trees' @echo ' kclean - clean guest kernel build trees' @echo '' @@ -164,8 +163,8 @@ help: @echo ' prep-kernels - prepares kernel directories, does not build' @echo ' mkpatches - make patches against vanilla kernels from' @echo ' sparse trees' - @echo ' uninstall - attempt to remove installed Xen tools (use' - @echo ' with extreme care!)' + @echo ' uninstall - attempt to remove installed Xen tools' + @echo ' (use with extreme care!)' # Use this target with extreme care! .PHONY: uninstall -- Horms _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |