[Buildroot] [git commit master] script: use qstrip

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Sep 5 13:24:12 UTC 2009


commit: http://git.buildroot.net/buildroot/commit/?id=4a37bf3b9eb6d34a3fb75140234c21417521ae17
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 scripts/test/Makefile |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/scripts/test/Makefile b/scripts/test/Makefile
index 7396cf7..ec7a45d 100644
--- a/scripts/test/Makefile
+++ b/scripts/test/Makefile
@@ -2,6 +2,4 @@ include .config
 
 
 ARCH:	
-	@echo	$(strip $(subst ",,$(BR2_ARCH)))
-#")))
-
+	@echo	$(call qstrip,$(BR2_ARCH))
-- 
1.6.3.3




More information about the buildroot mailing list