From: Alan T. DeKok Date: Tue, 26 Oct 2021 19:12:09 +0000 (-0400) Subject: just find the files manually X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ee1144b8d5c3aa6e833355d252a3f28e707b3ae;p=thirdparty%2Ffreeradius-server.git just find the files manually --- diff --git a/scripts/boiler.mk b/scripts/boiler.mk index 365b8c7aebb..7d63f5a16a2 100644 --- a/scripts/boiler.mk +++ b/scripts/boiler.mk @@ -490,8 +490,6 @@ define INCLUDE_SUBMAKEFILE # Qualify and canonicalize paths. SOURCES := $$(call QUALIFY_PATH,$${DIR},$${SOURCES}) SOURCES := $$(call CANONICAL_PATH,$${SOURCES}) - ALL_SRCS += $$(SOURCES) - SRC_INCDIRS := $$(call QUALIFY_PATH,$${DIR},$${SRC_INCDIRS}) SRC_INCDIRS := $$(call CANONICAL_PATH,$${SRC_INCDIRS}) diff --git a/scripts/build/logid.mk b/scripts/build/logid.mk index 522bdbe8e67..baa71c97ba3 100644 --- a/scripts/build/logid.mk +++ b/scripts/build/logid.mk @@ -10,5 +10,5 @@ LOGID_FILES := $(shell grep -l LOG_ID ${ALL_MAKEFILES}) logid.check: $(LOGID_FILES) @./scripts/build/logid-check.pl $^ -logid.update: $(ALL_SRCS) +logid.update: $(shell find src -name "*.c" -print) @./scripts/build/logid-update.pl $^