Skip to content

Commit ce93eaa

Browse files
committed
add fixme-check to zipup make-target
(cherry picked from commit 6c83a2f)
1 parent f9e90f5 commit ce93eaa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

makefile_include.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ zipup: $(call print-help,zipup,Prepare the archives for a release) doc/crypt.pdf
454454
rm -rf libtomcrypt-$(VERSION) crypt-$(VERSION).*
455455
@# files/dirs excluded from "git archive" are defined in .gitattributes
456456
git archive --format=tar --prefix=libtomcrypt-$(VERSION)/ HEAD | tar x
457+
@echo 'fixme check'
458+
-@(find libtomcrypt-$(VERSION)/ -type f | xargs grep 'FIXM[E]') && echo '############## BEWARE: the "fixme" marker was found !!! ##############'
457459
mkdir -p libtomcrypt-$(VERSION)/doc
458460
cp doc/crypt.pdf libtomcrypt-$(VERSION)/doc/crypt.pdf
459461
tar -c libtomcrypt-$(VERSION)/ | xz -6e -c - > crypt-$(VERSION).tar.xz

0 commit comments

Comments
 (0)