diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-09-05 15:00:37 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-09-05 15:13:16 +0200 |
commit | 4a37bf3b9eb6d34a3fb75140234c21417521ae17 (patch) | |
tree | b03be2733c4962fcacbd61433373d6f311d175c5 | |
parent | af2390c0f437dbb26a31150eb7d526e1d0bdfd1a (diff) | |
download | buildroot-novena-4a37bf3b9eb6d34a3fb75140234c21417521ae17.tar.gz buildroot-novena-4a37bf3b9eb6d34a3fb75140234c21417521ae17.zip |
script: use qstrip
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | scripts/test/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/test/Makefile b/scripts/test/Makefile index 7396cf7eb..ec7a45d8a 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)) |