]> www.infradead.org Git - users/borneoa/openocd-next.git/commitdiff
build: drop space after 'angie' folder name
authorAntonio Borneo <borneo.antonio@gmail.com>
Thu, 6 Feb 2025 10:48:30 +0000 (11:48 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 16 Feb 2025 16:31:39 +0000 (16:31 +0000)
The makefile consider the two white spaces between the end of the
folder name and the '#' character for the beginning of the comment
as part of the folder name.
This cause 'make install' to create a folder named  'angie  ' that
is not welcome on all the OS.

Drop the comment and the space after the folder name.

Reported-by: Liviu Ionescu <ilg@livius.net>
Change-Id: Iadd6803431edb83d0d84f4e4dc6d36b454f912ac
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Fixes: 0ed03df6e95b ("amend angie build definitions to fix make dist")
Reviewed-on: https://review.openocd.org/c/openocd/+/8740
Reviewed-by: Liviu Ionescu
Tested-by: jenkins
Reviewed-by: Adrien Charruel <acharruel@nanoxplore.com>
src/jtag/drivers/Makefile.am

index ec233b24703d68eb64d7747c95b9dffce49d0ae3..b0dd8e3ad145a26d84551b7793306ec347569a8b 100644 (file)
@@ -125,7 +125,7 @@ dist_ulink_DATA = $(ULINK_FIRMWARE)/ulink_firmware.hex
 endif
 
 if ANGIE
-  angiedir = $(pkgdatadir)/angie  # This is only for dist_angie_DATA.
+  angiedir = $(pkgdatadir)/angie
   DRIVERFILES     += %D%/angie.c
   DRIVERFILES     += %D%/angie/include/msgtypes.h
   EXTRA_DIST      += %D%/angie/README