mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
python: make clean removes build dir
Cleanning compiled objects for clean: target.
This commit is contained in:
parent
a03609dee4
commit
7dc21c1597
@ -33,7 +33,9 @@ install_lvm2: install_python_bindings
|
|||||||
|
|
||||||
install: install_lvm2
|
install: install_lvm2
|
||||||
|
|
||||||
|
clean:
|
||||||
|
$(RM) -r build
|
||||||
|
|
||||||
CLEAN_TARGETS += .liblvm_built liblvm_python.c
|
CLEAN_TARGETS += .liblvm_built liblvm_python.c
|
||||||
|
|
||||||
DISTCLEAN_DIRS += build
|
|
||||||
DISTCLEAN_TARGETS += setup.py
|
DISTCLEAN_TARGETS += setup.py
|
||||||
|
Loading…
Reference in New Issue
Block a user