From: Alan T. DeKok Date: Sat, 18 Nov 2023 19:18:30 +0000 (-0500) Subject: ignore temporary editor files X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ad4edf6310ff896f346cae1255600936beaa728;p=thirdparty%2Ffreeradius-server.git ignore temporary editor files --- diff --git a/src/include/all.mk b/src/include/all.mk index 82240858882..c326b51ef96 100644 --- a/src/include/all.mk +++ b/src/include/all.mk @@ -38,7 +38,7 @@ src/include/autoconf.sed: src/include/autoconf.h # # Find the RFC dictionaries, and add them to the list to be converted -DICT := $(wildcard $(addsuffix /dictionary.rfc*,$(addprefix share/dictionary/,$(PROTOCOLS)))) +DICT := $(filter-out %~,$(wildcard $(addsuffix /dictionary.rfc*,$(addprefix share/dictionary/,$(PROTOCOLS))))) # Find internal dictionaries and add them to the list to be converte DICT += $(wildcard $(addsuffix /dictionary.freeradius*,$(addprefix share/dictionary/,$(PROTOCOLS)))) @@ -118,7 +118,7 @@ src/freeradius-devel: # # Ensure we set up the build environment # -BOOTSTRAP_BUILD += src/freeradius-devel $(addprefix src/include/,$(HEADERS_DY)) $(HEADERS_RFC) +BOOTSTRAP_BUILD += src/freeradius-devel $(addprefix src/include/,$(HEADERS_DY)) scan: $(BOOTSTRAP_BUILD) #