Debian policy says the package build should be as verbose as reasonably
possible. Also this helps with debugging build issues.
Signed-off-by: Maximilian Engelhardt <maxi@daemonizer.de>
Reviewed-by: Hans van Kranenburg <hans@knorrie.org>
make_args_common := \
CC=$(DEB_HOST_MULTIARCH)-gcc \
LD=$(DEB_HOST_MULTIARCH)-ld \
- XEN_COMPILE_ARCH=$(xen_arch_$(DEB_BUILD_ARCH))
+ XEN_COMPILE_ARCH=$(xen_arch_$(DEB_BUILD_ARCH)) \
+ V=1
make_args_xen := $(make_args_common) \
XEN_TARGET_ARCH=$(xen_arch_$(flavour))