btrfs-progs: build: document install targets
Enumerate what exactly gets installed. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
9a03f6d41f
commit
c56439735a
6
Makefile
6
Makefile
|
@ -3,7 +3,11 @@
|
||||||
# all all main tools and the shared library
|
# all all main tools and the shared library
|
||||||
# static build static binaries, 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 binaries, shared libraries and header files to default
|
||||||
|
# location (/usr/local)
|
||||||
|
# install-static
|
||||||
|
# install the static binaries, static libraries and header files
|
||||||
|
# to default locationh (/usr/local)
|
||||||
# clean clean built binaries (not the documentation)
|
# clean clean built binaries (not the documentation)
|
||||||
# clean-all clean as above, clean docs and generated files
|
# clean-all clean as above, clean docs and generated files
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue