From: Alan T. DeKok Date: Mon, 12 Aug 2019 23:32:42 +0000 (-0400) Subject: define Q if necessary X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=487e70ab0ccfb8207652ff934740e138f27f5b72;p=thirdparty%2Ffreeradius-server.git define Q if necessary --- diff --git a/scripts/docker/crossbuild/crossbuild.mk b/scripts/docker/crossbuild/crossbuild.mk index 3a9b4ced056..86bfc7b712e 100644 --- a/scripts/docker/crossbuild/crossbuild.mk +++ b/scripts/docker/crossbuild/crossbuild.mk @@ -28,6 +28,17 @@ GITDIR:=$(shell perl -MCwd -e 'print Cwd::abs_path shift' $$(git rev-parse --git CB_CPREFIX:=fr-crossbuild- CB_IPREFIX:=freeradius-build +# +# This Makefile is included in-line, and not via the "boilermake" +# wrapper. But it's still useful to use the same process for +# seeing commands that are run. +# +ifeq "${VERBOSE}" "" + Q=@ +else + Q= +endif + # # Enter here: This builds everything #