mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user