From: Alan T. DeKok Date: Tue, 3 May 2022 13:27:57 +0000 (+0200) Subject: print out build for jlibtool, etc. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce916205d4139804500bea63d9bc9ea8cedc51da;p=thirdparty%2Ffreeradius-server.git print out build for jlibtool, etc. --- diff --git a/Makefile b/Makefile index 8179b6a60d2..01f338b0b43 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,11 @@ build/autoconf.mk: src/include/autoconf.h # ifeq "$(findstring clean,$(MAKECMDGOALS))" "" ifeq "$(findstring libfreeradius-make,$(MAKECMDGOALS))" "" -_:=$(shell $(MAKE) VERBOSE=$(VERBOSE) libfreeradius-make-dlopen.a libfreeradius-make-version.a) +define n + + +endef +$(info $(subst CC,$nCC,$(shell $(MAKE) VERBOSE=$(VERBOSE) libfreeradius-make-dlopen.a libfreeradius-make-version.a))) ifeq "${LIBRARY_EXT}" "" ifneq "$(findstring Darwin,$(shell hostinfo 2>/dev/null))" ""