aboutsummaryrefslogtreecommitdiffstats
path: root/english/MailingLists
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2019-03-11 00:41:33 +0000
committerCyril Brulebois <kibi@debian.org>2019-03-11 01:33:58 +0000
commit1ccb0d854dfa28801e259b3b673809d2ff1d948b (patch)
tree22ce44814f72a4b7bff7c75a6f7329e8ed0120f7 /english/MailingLists
parent35e5a08057ab8953dcfaceab9f623c52be7a44e4 (diff)
Reduce entropy by sorting the output of find calls.
Diffstat (limited to 'english/MailingLists')
-rw-r--r--english/MailingLists/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/english/MailingLists/Makefile b/english/MailingLists/Makefile
index 05ecbde6102..406b5100ef6 100644
--- a/english/MailingLists/Makefile
+++ b/english/MailingLists/Makefile
@@ -29,10 +29,10 @@ mklist := $(ENGLISHDIR)/$(CUR_DIR)/mklist
lists.cfg := $(ENGLISHDIR)/$(CUR_DIR)/lists.cfg
descfiles := $(shell find $(ENGLISHDIR)/$(CUR_DIR)/desc -type f \
! -path '*/CVS/*' ! -name introduction \
- ! -name subscription ! -name advertising ! -name README)
+ ! -name subscription ! -name advertising ! -name README | sort)
ifneq "$(sort $(wildcard desc))" ""
descfiles := $(shell find desc -type f ! -path '*/CVS/*' ! -name introduction \
- ! -name subscription ! -name advertising ! -name README)
+ ! -name subscription ! -name advertising ! -name README | sort)
endif
subscribe.wml: $(mklist) $(lists.cfg) $(descfiles) $(mklist).tags

© 2014-2024 Faster IT GmbH | imprint | privacy policy