btrfs-progs: build: fix minor typos in cleaning messages
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
ea384f38e5
commit
9f901cae20
4
Makefile
4
Makefile
|
@ -922,11 +922,11 @@ clean: $(CLEANDIRS)
|
|||
$(Q)$(RM) -f -- \
|
||||
array-test fsstress fsstum hash-speedtest hash-vectest ioctl-test \
|
||||
json-formatter-test library-test library-test-static btree-test
|
||||
@echo "Cleanin other generated files"
|
||||
@echo "Cleaning other generated files"
|
||||
$(Q)$(RM) -f -- $(check_defs) \
|
||||
*.gcno *.gcda *.gcov */*.gcno */*.gcda */*/.gcov
|
||||
ifeq ($(PYTHON_BINDINGS),1)
|
||||
@echo "Cleanin libbtrfs python generated files"
|
||||
@echo "Cleaning libbtrfs python generated files"
|
||||
$(Q)cd libbtrfsutil/python; \
|
||||
$(PYTHON) setup.py $(SETUP_PY_Q) clean -a
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue