Skip to content

Commit b809cae

Browse files
marc-hblgirdwood
authored andcommitted
installer: --no-print-directory
Gets the length of a no-op "make topologies" from 380 down to 140 lines. From 300 to 200 for one "make signed" platform. Ninja is more quiet by default. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 732c752 commit b809cae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

installer/GNUmakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ INTEL_SIGNED := ${STAGING_SOF_VERSION}/intel-signed
7979
${COMMUNITY} ${INTEL_SIGNED} ${BUILDS_ROOT} ${STAGING_SOF_VERSION}:
8080
mkdir -p $@
8181

82+
# The noise for incremental, do-nothing builds is incredible otherwise,
83+
# especially for build_tools
84+
GNUMAKEFLAGS = --no-print-directory
8285

8386
#####################################
8487
### rsync to local or remote ####

0 commit comments

Comments
 (0)