[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] tools/include/Makefile: Support `build' target
commit 2e736da54652d51cb3e16827fc0fac281164624e Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> AuthorDate: Wed May 24 16:53:28 2017 +0100 Commit: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> CommitDate: Thu May 25 16:38:28 2017 +0100 tools/include/Makefile: Support `build' target This is the only one of the Makefiles invoked with -C from the toplevel which lacks this target. CC: Wei Liu <wei.liu2@xxxxxxxxxx> Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> Tested-by: M A Young <m.a.young@xxxxxxxxxxxx> Tested-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Release-acked-by: Julien Grall <julien.grall@xxxxxxx> --- 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: -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |