ia64/xen-unstable
changeset 18250:82edd418d898
Fix make help for stubdom
This patch fixes "make help".
"make stubdomain" does not work.
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
This patch fixes "make help".
"make stubdomain" does not work.
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Mon Aug 04 16:44:14 2008 +0100 (2008-08-04) |
parents | caad6e2d64a6 |
children | f9419c57b360 |
files | Makefile |
line diff
1.1 --- a/Makefile Mon Aug 04 11:25:20 2008 +0100 1.2 +++ b/Makefile Mon Aug 04 16:44:14 2008 +0100 1.3 @@ -149,7 +149,7 @@ help: 1.4 @echo ' trees then make dist' 1.5 @echo ' xen - build and install Xen hypervisor' 1.6 @echo ' tools - build and install tools' 1.7 - @echo ' stubdomain - build and install the stubdomain images' 1.8 + @echo ' stubdom - build and install the stubdomain images' 1.9 @echo ' kernels - build and install guest kernels' 1.10 @echo ' kbuild - synonym for make kernels' 1.11 @echo ' docs - build and install user documentation'