]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
build: hide that we are updating xen/lib/x86
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 24 May 2023 14:23:15 +0000 (16:23 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 24 May 2023 14:23:15 +0000 (16:23 +0200)
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@citrix.com>
Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/Makefile

index edd5322e887f87fc909c37211496f14efe422908..96d5f6f3c887f0c167f825bab7911ed98d5cf2a5 100644 (file)
@@ -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