[Cryptech-Commits] [user/sra/libtfm] 02/03: "git submodule deinit" whines unless given an argument.
git at cryptech.is
git at cryptech.is
Tue Jul 7 17:00:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository user/sra/libtfm.
commit ac961eac3ceb9055d3b75e17dfb44d72f1183b03
Author: Rob Austein <sra at hactrn.net>
Date: Tue Jul 7 12:56:52 2015 -0400
"git submodule deinit" whines unless given an argument.
---
GNUmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GNUmakefile b/GNUmakefile
index c2f02dd..b6bc9a4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -22,7 +22,7 @@ clean:
cd ${REPO}; git clean -dxf
distclean: clean
- git submodule deinit
+ git submodule deinit ${REPO}
rm -f TAGS
${HDR}:
More information about the Commits
mailing list