[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] build: hide that we are updating xen/lib/x86
commit 380c6c170393c48852d4f2b1ea97125a399cfc61 Author: Anthony PERARD <anthony.perard@xxxxxxxxxx> AuthorDate: Wed May 24 16:23:15 2023 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Wed May 24 16:23:15 2023 +0200 build: hide that we are updating xen/lib/x86 Change of directory to xen/lib/x86 isn't needed to be shown. If something gets updated, make will print the command line. Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> Reviewed-by: Luca Fancellu <luca.fancellu@xxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/Makefile b/xen/include/Makefile index edd5322e88..96d5f6f3c8 100644 --- a/xen/include/Makefile +++ b/xen/include/Makefile @@ -229,7 +229,7 @@ ifeq ($(XEN_TARGET_ARCH),x86_64) .PHONY: lib-x86-all lib-x86-all: @mkdir -p $(obj)/xen/lib/x86 - $(MAKE) -C $(obj)/xen/lib/x86 -f $(abs_srctree)/$(src)/xen/lib/x86/Makefile all + $(Q)$(MAKE) -C $(obj)/xen/lib/x86 -f $(abs_srctree)/$(src)/xen/lib/x86/Makefile all all: lib-x86-all endif -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |