X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/0497d2be04ca445982491ebf77437779416ec7b2..56637a1e803cab7a53a1259d1fa4b84513a1c5b1:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index 76cebd4..2de20b2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -146,9 +146,8 @@ MAGICDIR := $(patsubst ./%,%,$(THISDIR)/magic) # Configuration of `find´. # -# By default, `find´ will not follow symlinks and will use extended -# regular expressions, ignoring hidden files and those which begin with -# a period. +# By default, `find´ will ignore hidden files, those which begin with a +# period, and those which are likely to cause problems for `make´. FINDRULES := -flags -nohidden -and ! '(' '(' -name '[.-]*' -or -name '*[:|$$%]*' ')' -and -prune ')' FINDINCLUDERULES := $(FINDRULES)