]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
define Q if necessary
authorAlan T. DeKok <aland@freeradius.org>
Mon, 12 Aug 2019 23:32:42 +0000 (19:32 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 12 Aug 2019 23:32:42 +0000 (19:32 -0400)
scripts/docker/crossbuild/crossbuild.mk

index 3a9b4ced056cc0649ea132c029b59f1203c509b6..86bfc7b712e0a949d66682fb694bb551b292b592 100644 (file)
@@ -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
 #