Commit 1a00b42c472f5c9ebbd009f182ac36aa77f97e26

Steffen Jaeckel 2018-02-02T12:08:58

add fixme-check to zipup make-target

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/makefile b/makefile
index fe1c2cf..a6f7690 100644
--- a/makefile
+++ b/makefile
@@ -131,6 +131,8 @@ zipup: clean pre_gen new_file manual poster docs
 	rm -rf libtommath-$(VERSION) ltm-$(VERSION).*
 	@# files/dirs excluded from "git archive" are defined in .gitattributes
 	git archive --format=tar --prefix=libtommath-$(VERSION)/ HEAD | tar x
+	@echo 'fixme check'
+	-@(find libtommath-$(VERSION)/ -type f | xargs grep 'FIXM[E]') && echo '############## BEWARE: the "fixme" marker was found !!! ##############' || true
 	mkdir -p libtommath-$(VERSION)/doc
 	cp doc/bn.pdf doc/tommath.pdf doc/poster.pdf libtommath-$(VERSION)/doc/
 	tar -c libtommath-$(VERSION)/ | xz -6e -c - > ltm-$(VERSION).tar.xz