[Cryptech-Commits] [releng/alpha] 01/04: Use correct options to "git clean", sigh.
git at cryptech.is
git at cryptech.is
Fri Apr 14 23:28:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch ksng
in repository releng/alpha.
commit a45d1fb1e9c64e73ffb7eda124bdd5830925d1cd
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Apr 14 18:03:52 2017 -0400
Use correct options to "git clean", sigh.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 9865c3a..75f3f8c 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ init:
tidy:
rm -rf tap
- git clean -ndx -e build
+ git clean -dfx -e build
git submodule foreach --recursive git clean -dfx
clean: tidy
More information about the Commits
mailing list