diff mbox series

[Unstable/Lunar,3/5] UBUNTU: [Packaging] debian/rules: Clean up 'help' target output

Message ID 20230113094537.265143-4-juerg.haefliger@canonical.com
State New
Headers show
Series Clean up rules.d/1-maintainer.mk | expand

Commit Message

Juerg Haefliger Jan. 13, 2023, 9:45 a.m. UTC
The output of the 'help' target is misaligned and - in my opinion - too
sparse. Fix that.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
---
 debian/rules.d/1-maintainer.mk | 35 +++++++++++-----------------------
 1 file changed, 11 insertions(+), 24 deletions(-)
diff mbox series

Patch

diff --git a/debian/rules.d/1-maintainer.mk b/debian/rules.d/1-maintainer.mk
index 712c152376f6..611587c1fdc7 100644
--- a/debian/rules.d/1-maintainer.mk
+++ b/debian/rules.d/1-maintainer.mk
@@ -5,33 +5,20 @@ 
 help:
 	@echo "These are the targets in addition to the normal $(DEBIAN) ones:"
 	@echo
-	@echo "  printenv        : Print some variables used in the build"
-	@echo
-	@echo "  updateconfigs        : Update core arch configs"
-	@echo
-	@echo "  defaultconfigs       : Update core arch configs using defaults"
-	@echo
-	@echo "  genconfigs           : Generate core arch configs in CONFIGS/*"
-	@echo
-	@echo "  migrateconfigs       : Automatically import old configs into annotations"
-	@echo
-	@echo "  printchanges    : Print the current changelog entries (from git)"
-	@echo
-	@echo "  insertchanges   : Insert current changelog entries (from git)"
-	@echo
-	@echo "  startnewrelease : Start a new changelog set"
-	@echo
-	@echo "  compileselftests : Only compile the selftests listed on ubuntu_selftests variable"
-	@echo
-	@echo "  runselftests    : Run the selftests listed on ubuntu_selftests variable"
-	@echo
-	@echo "  help            : If you are kernel hacking, you need the professional"
-	@echo "                    version of this"
+	@echo "  printenv            : Print some variables used in the build"
+	@echo "  updateconfigs       : Update core arch configs"
+	@echo "  defaultconfigs      : Update core arch configs using defaults"
+	@echo "  genconfigs          : Generate core arch configs in CONFIGS/*"
+	@echo "  migrateconfigs      : Automatically import old configs into annotations"
+	@echo "  printchanges        : Print the current changelog entries (from git)"
+	@echo "  insertchanges       : Insert current changelog entries (from git)"
+	@echo "  startnewrelease     : Start a new changelog set"
+	@echo "  compileselftests    : Only compile the selftests listed on ubuntu_selftests variable"
+	@echo "  runselftests        : Run the selftests listed on ubuntu_selftests variable"
 	@echo
 	@echo "Environment variables:"
 	@echo
-	@echo "  CONCURRENCY_LEVEL=X"
-	@echo "                  : Use -jX for kernel compile"
+	@echo "  CONCURRENCY_LEVEL=X : Use -jX for kernel compile"
 
 .PHONY: printdebian
 printdebian: