[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 13/14] automake: add i945-thinkpads-install-utilities-help tar
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v2 13/14] automake: add i945-thinkpads-install-utilities-help target. |
Date: |
Sat, 15 Jun 2024 10:34:15 +0200 |
Even if we still don't have any installation instructions that use
these tools, we still need to document somehow what the targets to.
And not adding a help for that would make it inconsistent with the
other targets that are somewhat documented in make help.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
---
ChangeLog:
- Added neox's Ack.
---
Makefile.am | 12 ++++---
.../Makefile.am | 31 +++++++++++++++++++
2 files changed, 38 insertions(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 6cae417..96d8950 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,13 +112,15 @@ include
resources/packages/i945-thinkpads-install-utilities/Makefile.am
help:
@printf "Available commands:\n"
- @printf "\tsudo make install-dependencies-ubuntu # %s\n" \
+ @printf "\tsudo make install-dependencies-ubuntu # %s\n" \
"Install required dependencies on Ubuntu."
- @printf "\tsudo make install-dependencies-pureos-10 # %s\n" \
+ @printf "\tsudo make install-dependencies-pureos-10 # %s\n" \
"Install required dependencies on PureOS 10 (byzantium)."
- @printf "\tmake release # %s\n" \
+ @printf "\tmake release # %s\n" \
"Build a GNU Boot release."
- @printf "\tmake clean # %s\n" \
+ @printf "\tmake clean # %s\n" \
"Remove all the files being built in GNU Boot."
- @printf "\tmake crossgcc-clean # %s\n" \
+ @printf "\tmake crossgcc-clean # %s\n" \
"Remove the builds of the crossgcc toolchain."
+ @printf "\tmake i945-thinkpads-install-utilities-help # %s\n" \
+ "Print i945-thinkpads-install-utilities targets help."
diff --git a/resources/packages/i945-thinkpads-install-utilities/Makefile.am
b/resources/packages/i945-thinkpads-install-utilities/Makefile.am
index ba71430..27d5c27 100644
--- a/resources/packages/i945-thinkpads-install-utilities/Makefile.am
+++ b/resources/packages/i945-thinkpads-install-utilities/Makefile.am
@@ -93,3 +93,34 @@ $(PACK_NAME)-clean:
rm -rf $(RELEASE_DIR)
$(PACK_NAME)-distclean: $(PACK_NAME)-clean
+
+$(PACK_NAME)-help:
+ @printf "$(PACK_NAME) related commands:\n"
+ @printf "\t%s %s\n" \
+ "make $(PACK_NAME) #" \
+ "Build and relese $(PACK_NAME)."
+ @printf "\t%s %s\n" \
+ "make $(PACK_NAME)-clean #" \
+ "Remove all the built files related to the target."
+ @printf "\t%s %s\n" \
+ "make $(PACK_NAME)-distclean #" \
+ "Alias to $(PACK_NAME)-clean for compatibility."
+ @printf "\t%s %s\n" \
+ "make $(PACK_NAME)-download #" \
+ "Alias to $(PACK_NAME) for compatibility."
+ @printf "\t%s %s\n" \
+ "make $(PACK_NAME)-module #" \
+ "Alias to $(PACK_NAME) for compatibility."
+
+ @printf "\t%s %s\n" \
+ "make $(RELEASE_DIR)/gnuboot_src.tar #" \
+ "Release the GNU Boot source code."
+ @printf "\t%s %s\n" \
+ "make $(RELEASE_DIR)/packages_src.tar #" \
+ "Relase the source code corresponding to the package binaries."
+ @printf "\t%s %s\n" \
+ "make $(RELEASE_DIR)/$(PACK_NAME)-deb-pack.deb #" \
+ "Release a Debian package of the binaries."
+ @printf "\t%s %s\n" \
+ "make $(RELEASE_DIR)/$(PACK_NAME)-tarball-pack.tar.gz #" \
+ "Release a tarball of the binaries."
--
2.45.1
- [PATCH v2 05/14] website: status: clarify what kind of T60 are supported., (continued)
- [PATCH v2 05/14] website: status: clarify what kind of T60 are supported., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 02/14] website: pages: Get GNU Boot: separate install from upgrade., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 04/14] website: status: update Spanish translation., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 06/14] website: status: Fix ThinkPad spelling., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 08/14] website: docs: install: flashrom: document I/O port access., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 07/14] website: docs: install: flashrom: add support for BSD., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 03/14] website: pages: Get GNU Boot: add section about install parties., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 10/14] website: main page: clarify that GNU Boot is a distribution., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 13/14] automake: add i945-thinkpads-install-utilities-help target.,
Denis 'GNUtoo' Carikli <=
- [PATCH v2 11/14] website: status: mention upgrade instructions., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 09/14] Remove old logos, and make the website point to the new ones., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 14/14] website: status: fix page title., Denis 'GNUtoo' Carikli, 2024/06/15
- [PATCH v2 12/14] website: status: add current RYF vendors product., Denis 'GNUtoo' Carikli, 2024/06/15