summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-14 15:53:53 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-14 15:54:08 +0200
commitedaa12e6bb7d8c64357a9992fcaa2c815f00fefa (patch)
tree7edac4259e63bb3063532f159b427e502edaf2d2 /RELEASE
parent6e502b913302d5ba4b70a2f3e6b3ff38748d2d0f (diff)
*.mk: Move makefiles from lib/ to share/mk/
According to the FHS, lib/ is for arch-dependent files, while share/ is for arch-independent files. While moving, create a more organized directory structure. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index 1738da08b..1e20718bb 100644
--- a/RELEASE
+++ b/RELEASE
@@ -90,7 +90,7 @@ Description
In case you're creating a tarball for distributing a random
commit, it might be interesting to tweak a few parameters; check
- the variables available at <lib/dist.mk>, and any makefiles
+ the variables available at <share/mk/dist.mk>, and any makefiles
included by that one. See the "Versions" section below.
- Create the tarball:
@@ -182,7 +182,7 @@ Files
Changes, Changes.old
Change log. Includes most relevant changes.
- Makefile, lib/dist.mk, lib/version.mk
+ Makefile, share/mk/dist.mk, share/mk/version.mk
Main makefiles used for releasing (however, others may also be used by
inclusion).