[bootlin/training-materials updates] master: Makefile: consistently use printf in "help" target (b17b3241)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Apr 25 12:12:57 CEST 2019


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/b17b3241a44d9091dd3686d2ef63234654f359ba

>---------------------------------------------------------------

commit b17b3241a44d9091dd3686d2ef63234654f359ba
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Thu Apr 25 12:07:35 2019 +0200

    Makefile: consistently use printf in "help" target
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

b17b3241a44d9091dd3686d2ef63234654f359ba
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 94f03e6a..3dbbe8ac 100644
--- a/Makefile
+++ b/Makefile
@@ -303,7 +303,7 @@ help:
 	$(foreach p,$(ALL_TRAININGS),\
 		@printf " %-30s %s\n" "$(p)-labs.tar.xz" "Lab data for the '$(p)' course"$(sep))
 	@echo
-	@echo " <some-chapter>-slides.pdf      Slides for a particular chapter in slides/"
-	@echo " <some-chapter>-labs.pdf        Labs for a particular chapter in labs/"
+	@printf " %-30s %s\n" "<some-chapter>-slides.pdf" "Slides for a particular chapter in slides/"
+	@printf " %-30s %s\n" "<some-chapter>-labs.pdf" "Labs for a particular chapter in labs/"
 	@echo
 	@printf " %-30s %s\n" "list-courses" "List all courses"




More information about the training-materials-updates mailing list