Re: [Xen-devel] [PATCH for-4.9 1/2] tools/include/Makefile: Support `build' target

2017-05-25 Thread Roger Pau Monné
On Wed, May 24, 2017 at 05:14:29PM +0100, Ian Jackson wrote:
> This is the only one of the Makefiles invoked with -C from the
> toplevel which lacks this target.
> 
> CC: Julien Grall 
> CC: M A Young 
> CC: Andrew Cooper 
> CC: Wei Liu 
> Signed-off-by: Ian Jackson 

Acked-by: Roger Pau Monné 

Roger.

___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel


[Xen-devel] [PATCH for-4.9 1/2] tools/include/Makefile: Support `build' target

2017-05-24 Thread Ian Jackson
This is the only one of the Makefiles invoked with -C from the
toplevel which lacks this target.

CC: Julien Grall 
CC: M A Young 
CC: Andrew Cooper 
CC: Wei Liu 
Signed-off-by: Ian Jackson 
---
 tools/include/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/include/Makefile b/tools/include/Makefile
index 98b479f..db0f030 100644
--- a/tools/include/Makefile
+++ b/tools/include/Makefile
@@ -4,8 +4,8 @@ include $(XEN_ROOT)/tools/Rules.mk
 # Relative to $(XEN_ROOT)/xen/xsm/flask
 FLASK_H_DEPEND := policy/initial_sids
 
-.PHONY: all
-all: xen-foreign xen/.dir xen-xsm/.dir
+.PHONY: all build
+all build: xen-foreign xen/.dir xen-xsm/.dir
 
 .PHONY: xen-foreign
 xen-foreign:
-- 
2.1.4


___
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel