summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-14 14:22:29 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-17 02:38:31 +0100
commit0dbc1ea96d39a16d76c0220806121f06f68367ec (patch)
treeb1ab29d8e48077f7e2e5cb548a82e0826f9f1a1f /GNUmakefile
parentb54f8b1e1088642bd126b8182bd5076f9e61511c (diff)
share/mk/: Reorganize build system
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 84d415512..a7382b562 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -108,10 +108,11 @@ help:
$(info )
$(info dist Wrapper for dist-* targets)
$(info dist-tar Create a tarball of the repository)
- $(info dist-bz2 Create a compressed tarball (.tar.bz2))
- $(info dist-gz Create a compressed tarball (.tar.gz))
- $(info dist-lz Create a compressed tarball (.tar.lz))
- $(info dist-xz Create a compressed tarball (.tar.xz))
+ $(info dist-z Wrapper for dist-z-* targets)
+ $(info dist-z-bz2 Create a compressed tarball (.tar.bz2))
+ $(info dist-z-gz Create a compressed tarball (.tar.gz))
+ $(info dist-z-lz Create a compressed tarball (.tar.lz))
+ $(info dist-z-xz Create a compressed tarball (.tar.xz))
$(info )
$(info help Print this help)
$(info help-variables Print all variables available, and their default values)