summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-03-21 17:44:50 -0400
committerJeffrey Walton <noloader@gmail.com>2021-03-21 17:44:50 -0400
commita60c811310c8f8e19546da384f68ab1f71615ba1 (patch)
tree9d614701c27cd3091494d8e87716356b72d37ed8 /GNUmakefile
parent36d95db117186ca1a2d929088ddbd81b369e9571 (diff)
downloadcryptopp-git-a60c811310c8f8e19546da384f68ab1f71615ba1.tar.gz
Update make trim recipe
Set permissions on scripts in PWD
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f34fa54d..97baedd6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1486,9 +1486,9 @@ endif
convert:
@-$(CHMOD) u=rwx,go=rx $(EXEC_DIRS)
@-$(CHMOD) u=rw,go=r $(TEXT_FILES) *.supp .*.yml *.asm *.zip TestVectors/*.txt TestData/*.dat TestPrograms/*.cxx
- @-$(CHMOD) u=rwx,go=rx $(EXEC_FILES)
+ @-$(CHMOD) u=rwx,go=rx $(EXEC_FILES) *.sh
-unix2dos --keepdate --quiet $(TEXT_FILES) .*.yml *.asm TestScripts/*.cmd TestScripts/*.txt TestScripts/*.cpp
- -dos2unix --keepdate --quiet GNUmakefile GNUmakefile-cross *.S *.supp *.mapfile TestScripts/*.sh
+ -dos2unix --keepdate --quiet GNUmakefile GNUmakefile-cross *.sh *.S *.supp *.mapfile TestScripts/*.sh
ifneq ($(IS_DARWIN),0)
@-xattr -c *
endif