btrfs-progs: fix typos in Makefile
Besides the comments, there's a slight change as the file config.log will be deleted by the 'clean-gen' rule. Generated by https://github.com/jsoref/spelling Issue: #154 Author: Josh Soref <jsoref@users.noreply.github.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
2e67bf0ed6
commit
bc72922789
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# Basic build targets:
|
# Basic build targets:
|
||||||
# all all main tools and the shared library
|
# all all main tools and the shared library
|
||||||
# static build static bnaries, requires static version of the libraries
|
# static build static binaries, requires static version of the libraries
|
||||||
# test run the full testsuite
|
# test run the full testsuite
|
||||||
# install install to default location (/usr/local)
|
# install install to default location (/usr/local)
|
||||||
# clean clean built binaries (not the documentation)
|
# clean clean built binaries (not the documentation)
|
||||||
|
@ -631,7 +631,7 @@ clean-doc:
|
||||||
|
|
||||||
clean-gen:
|
clean-gen:
|
||||||
@echo "Cleaning Generated Files"
|
@echo "Cleaning Generated Files"
|
||||||
$(Q)$(RM) -rf -- version.h config.status config.cache connfig.log \
|
$(Q)$(RM) -rf -- version.h config.status config.cache config.log \
|
||||||
configure.lineno config.status.lineno Makefile.inc \
|
configure.lineno config.status.lineno Makefile.inc \
|
||||||
Documentation/Makefile tags \
|
Documentation/Makefile tags \
|
||||||
cscope.files cscope.out cscope.in.out cscope.po.out \
|
cscope.files cscope.out cscope.in.out cscope.po.out \
|
||||||
|
|
Loading…
Reference in New Issue