From 637a170e7c970e480c1ad6bf131698f0919644c7 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Fri, 28 Jan 2022 22:54:55 +0100 Subject: silence imake for normal builds You can reactivate previous chatty output by setting VERBOSE, e.g. make VERBOSE=1 or VERBOSE=1 make --- debian/rules | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index dac7c6e41..0552a650c 100755 --- a/debian/rules +++ b/debian/rules @@ -71,13 +71,13 @@ else endif %: - CONFIGURE="./configure --disable-silent-rules \ - --prefix=/usr \ - --libdir=$(LIBDIR) \ - --includedir=$(INCLUDEDIR) \ - --libexecdir=$(LIBEXECDIR) \ - --build=$(DEB_BUILD_GNU_TYPE) \ - --host=$(DEB_HOST_GNU_TYPE)" dh $@ --no-parallel --with quilt + VERBOSE=1 CONFIGURE="./configure --disable-silent-rules \ + --prefix=/usr \ + --libdir=$(LIBDIR) \ + --includedir=$(INCLUDEDIR) \ + --libexecdir=$(LIBEXECDIR) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --host=$(DEB_HOST_GNU_TYPE)" dh $@ --no-parallel --with quilt override_dh_auto_clean: rm -Rf nx-X11/.build-exports -- cgit v1.2.3