[Cryptech-Commits] [sw/thirdparty/libtfm] branch master updated: "git clean" doesn't work as intended under pbuilder.
git at cryptech.is
git at cryptech.is
Thu Jun 23 17:54:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository sw/thirdparty/libtfm.
The following commit(s) were added to refs/heads/master by this push:
new 7bbbb68 "git clean" doesn't work as intended under pbuilder.
7bbbb68 is described below
commit 7bbbb682d2557d7aeba63709a27838b36055db26
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Thu Jun 23 13:07:35 2016 -0400
"git clean" doesn't work as intended under pbuilder.
---
GNUmakefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/GNUmakefile b/GNUmakefile
index 2824b68..5d1fbde 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -47,22 +47,21 @@ all: ${TARGETS}
clean:
rm -f ${TARGETS} $(notdir ${HDR}.tmp)
- cd ${REPO}; git clean -dxf
+ cd ${REPO}; ${MAKE} clean
distclean: clean
- git submodule deinit ${REPO}
rm -f TAGS
${HDR}:
git submodule update --init
${LIB}: ${HDR}
+ cd ${REPO}; ${MAKE} clean
ifeq "" "${SHA256SUM}"
@echo "Couldn't find sha256sum, not verifying distribution checksums"
else
${SHA256SUM} --check Checksums
endif
- cd ${REPO}; git clean -dxf
cd ${REPO}; ${MAKE} CFLAGS='${CFLAGS}'
$(notdir ${HDR}): ${HDR}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list