X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/940adb77ae2147d8c62b6ab7afaf292d13ce64de..d94cfdc987aba3983f4945d59b02cbb062573432:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index 9ae7a92..174f340 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -134,11 +134,13 @@ MAGICDIR := $(patsubst ./%,%,$(THISDIR)/magic) # Configuration of `find´. # -# By default, `find´ will follow symlinks and use extended regular -# expressions, ignoring hidden files and those which begin with a -# period. -FINDOPTS := -LE +# By default, `find´ will not follow symlinks and will use extended +# regular expressions, ignoring hidden files and those which begin with +# a period. +FINDOPTS := -PE FINDRULES := -flags -nohidden -and -not -name '.*' +FINDINCLUDEOPTS := $(FINDOPTS) +FINDINCLUDERULES := $(FINDRULES) # The list of parsers for plaintext file types. #