[Buildroot] [git commit] support/misc/utils: introduce $(tab)=\t and $(escape)=\x1b

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Dec 30 20:31:27 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=be9ffe3a4eb35b83ede83f2338ddbf81d831aa58
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 support/misc/utils.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/support/misc/utils.mk b/support/misc/utils.mk
index fdc22a2eef..4d0efcced0 100644
--- a/support/misc/utils.mk
+++ b/support/misc/utils.mk
@@ -13,6 +13,8 @@ qstrip = $(strip $(subst ",,$(1)))
 comma := ,
 empty :=
 space := $(empty) $(empty)
+tab := $(empty)	$(empty)
+escape := $(shell printf '\x1b')
 
 # make 4.3:
 # https://lwn.net/Articles/810071/



More information about the buildroot mailing list