diff options
| author | Peter Korsgaard | 2009-09-05 15:24:12 +0200 |
|---|---|---|
| committer | Peter Korsgaard | 2009-09-05 15:24:12 +0200 |
| commit | 0642da781803160ec93a7b6d39bae921535d7c19 (patch) | |
| tree | 7a94a4eb140d5f2a8b240ae2c50446a4f582eeb8 /scripts | |
| parent | busybox: 1.15.0 inetd fix (diff) | |
| parent | script: use qstrip (diff) | |
| download | buildroot-0642da781803160ec93a7b6d39bae921535d7c19.tar.gz buildroot-0642da781803160ec93a7b6d39bae921535d7c19.tar.xz buildroot-0642da781803160ec93a7b6d39bae921535d7c19.zip | |
Merge branch 'qstrip' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'scripts')
| -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)) |
