We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdaa7f commit cbcafffCopy full SHA for cbcafff
Makefile
@@ -27,6 +27,7 @@ commit-patch.html: commit-patch
27
release: commit-patch-$(VERSION).tar.gz
28
29
commit-patch-$(VERSION).tar.gz: $(ALL) Makefile
30
+ if ! git diff --quiet -- $^; then tput setab 1; tput setaf 3; /bin/echo -n 'WARNING: Directory is not clean!'; tput sgr0; echo; fi
31
mkdir commit-patch-$(VERSION)
32
rsync -a $^ commit-patch-$(VERSION)
33
mv -f commit-patch-$(VERSION)/commit-patch.fat commit-patch-$(VERSION)/commit-patch
0 commit comments