From: Ian Jackson Date: Thu, 25 May 2017 15:42:12 +0000 (+0100) Subject: Makefile: Mention usual targets of subdir Makefiles X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2127 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=624dc330171a27f21b9664da7fc8b06bcc29be48;p=xen.git Makefile: Mention usual targets of subdir Makefiles Suggested-by: Roger Pau Monné Signed-off-by: Ian Jackson Acked-by: Roger Pau Monné CC: Wei Liu CC: M A Young CC: Andrew Cooper --- diff --git a/Makefile b/Makefile index 51905ebbe0..2ff33dfcce 100644 --- a/Makefile +++ b/Makefile @@ -90,6 +90,11 @@ test: # # Also, we have a number of targets COMPONENT which run # dist-COMPONENT, for convenience. +# +# The Makefiles invoked with -C from the toplevel should +# generally have the following targets: +# all build install clean distclean + .PHONY: dist dist: DESTDIR=$(DISTDIR)/install