]> arthur.barton.de Git - bup.git/commit
Makefile: Fix 'clean' rule bup-0.24b
authorGabriel Filion <lelutin@gmail.com>
Fri, 11 Mar 2011 01:01:30 +0000 (20:01 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 20 Mar 2011 07:40:42 +0000 (00:40 -0700)
commit92b297dcc985c3c72d39661626b8ed022e85277a
tree41139520509b2d27a98259c30fecd5a76aae5fa0
parent2672a5e209f2d99e9540a1df4f148528e8bb3c91
Makefile: Fix 'clean' rule

In commit 1df0bdd1ad937, I introduced a problem in the make file: the
chmod operation that gives back some permissions on
lib/bup/t/pybuptest.tmp dies if this directory does not exist.

pybuptest.tmp is only created when running the tests.

when the chmod dies, the clean rule stops, thus not completing the
cleanup, so we must make sure this operation is not fatal if the
directory doesn't exist.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
Makefile