summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-02-06 11:46:59 -0500
committerJeffrey Walton <noloader@gmail.com>2022-02-06 11:46:59 -0500
commitf167d7c908f31e1630fdabd29ecaa67311f07c33 (patch)
tree5915deba34059fa95243ebc4ef2cd963700ca339 /GNUmakefile
parent47a6d46db7cbc436d1cc32e64a0f59e613030dec (diff)
downloadcryptopp-git-f167d7c908f31e1630fdabd29ecaa67311f07c33.tar.gz
Update make trim recipe
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3b55e420..5605048d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1533,7 +1533,7 @@ 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/*.cpp
- @-$(CHMOD) u=rwx,go=rx $(EXEC_FILES) *.sh
+ @-$(CHMOD) u=rwx,go=rx $(EXEC_FILES)
-unix2dos --keepdate --quiet $(TEXT_FILES) .*.yml *.asm TestScripts/*.cmd TestScripts/*.txt TestScripts/*.cpp
-dos2unix --keepdate --quiet GNUmakefile GNUmakefile-cross *.sh *.S *.supp *.mapfile TestScripts/*.sh
ifneq ($(IS_DARWIN),0)