]> git.ipfire.org Git - thirdparty/man-pages.git/commit - share/mk/install/man.mk
share/mk/: Move configuration variables to share/mk/configure/
authorAlejandro Colomar <alx@kernel.org>
Wed, 14 Feb 2024 01:17:53 +0000 (02:17 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sat, 17 Feb 2024 01:38:31 +0000 (02:38 +0100)
commitb54f8b1e1088642bd126b8182bd5076f9e61511c
treeddc1786f72c1ceedb4ac7c222a438c25475bab95
parent4ae76c12c8ff9815f26c156cd23a16577af65024
share/mk/: Move configuration variables to share/mk/configure/

Some variables are only part of the implementation of our build system,
and users should not modify them; others are designed to be set by users
when they invoke make(1).  Define the latter in share/mk/configure/, so
that they are more visible.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
25 files changed:
share/mk/build/_.mk
share/mk/build/book.mk
share/mk/build/html.mk
share/mk/build/src.mk
share/mk/check/catman.mk
share/mk/configure/build-depends/checkpatch.mk
share/mk/configure/build-depends/clang-tidy.mk
share/mk/configure/build-depends/cpp.mk
share/mk/configure/build-depends/cppcheck.mk
share/mk/configure/build-depends/cpplint.mk
share/mk/configure/build-depends/ld.mk
share/mk/configure/build-depends/pkgconf.mk
share/mk/configure/build-depends/sortman.mk [deleted file]
share/mk/configure/build-depends/tar.mk
share/mk/configure/directory_variables.mk [new file with mode: 0644]
share/mk/configure/link_pages.mk [new file with mode: 0644]
share/mk/configure/src.mk [new file with mode: 0644]
share/mk/configure/verbose.mk [moved from share/mk/verbose.mk with 77% similarity]
share/mk/configure/version.mk [moved from share/mk/version.mk with 79% similarity]
share/mk/configure/z.mk [moved from share/mk/compress.mk with 86% similarity]
share/mk/dist.mk
share/mk/install/_.mk
share/mk/install/html.mk
share/mk/install/man.mk
share/mk/src.mk