mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
Swap condition order
Swap condtion so the make line does not return 'false'. Remove cleanup of lvm2api.sh since it is not created anymore.
This commit is contained in:
parent
5a036adb32
commit
9fb16c608d
@ -106,7 +106,7 @@ CMDS = lvm $(shell cat $(top_builddir)/tools/.commands)
|
||||
touch $@
|
||||
|
||||
clean:
|
||||
test "$(srcdir)" != . && $(RM) $(RUN_BASE) lvm2app.sh
|
||||
test "$(srcdir)" = . || $(RM) $(RUN_BASE)
|
||||
|
||||
CLEAN_TARGETS += .lib-dir-stamp .tests-stamp $(LIB) $(addprefix lib/,$(CMDS)) \
|
||||
lib/clvmd lib/dmeventd lib/dmsetup lib/lvmetad lib/fsadm lib/vgimportclone
|
||||
|
Loading…
x
Reference in New Issue
Block a user