Remove generated MANIFEST file in `cleanup-build` Makefile directive.

fix/63-hanging-fd
Isis Lovecruft 2014-09-27 01:18:24 +00:00
parent 17cf24c30d
commit 3a287d6e11
No known key found for this signature in database
GPG Key ID: 18C16EC5F9F1D673
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ cleanup-tests-all: cleanup-tests
rm -rf tests/tmp
cleanup-build:
mkdir buildnot
rm -rf build*
-rm MANIFEST
-rm -rf build
# it's not strictly necessary that gnupg2, gpg-agent, pinentry, or pip be
# installed, so ignore error exit statuses for those commands