mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-04 09:18:36 +03:00
Remove -f from list of targets for cleanup
rm -f is already in used for this cleanup.
This commit is contained in:
parent
6184b70cf7
commit
e84c7c7c63
@ -104,6 +104,6 @@ clean:
|
|||||||
for i in lvm $$(cat ../tools/.commands); do rm -f lib/$$i; done
|
for i in lvm $$(cat ../tools/.commands); do rm -f lib/$$i; done
|
||||||
if test "$(srcdir)" != . ; then rm -f $(subst $(srcdir)/, ,$(RUN)) lvm2app.sh ; fi
|
if test "$(srcdir)" != . ; then rm -f $(subst $(srcdir)/, ,$(RUN)) lvm2app.sh ; fi
|
||||||
|
|
||||||
CLEAN_TARGETS += .lib-dir-stamp .test-stamp -f $(LIB) lib/dmsetup lib/clvmd lib/dmeventd
|
CLEAN_TARGETS += .lib-dir-stamp .test-stamp $(LIB) lib/dmsetup lib/clvmd lib/dmeventd
|
||||||
|
|
||||||
.NOTPARALLEL:
|
.NOTPARALLEL:
|
||||||
|
Loading…
Reference in New Issue
Block a user