[Cryptech-Commits] [user/sra/novena-releng] 04/04: Using a submodule within libtfm means we need --recursive clean.
git at cryptech.is
git at cryptech.is
Wed Jul 8 03:07:13 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/novena-releng.
commit 7af696c6b63dd0abca93fffab755da1d673a2a59
Author: Rob Austein <sra at hactrn.net>
Date: Tue Jul 7 22:26:29 2015 -0400
Using a submodule within libtfm means we need --recursive clean.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index c897944..142e45c 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ init:
clean:
git clean -dfx
- git submodule foreach 'git clean -dfx'
+ git submodule foreach --recursive 'git clean -dfx'
sw:
cd sw; $(call DCH, -sw, software tools)
More information about the Commits
mailing list