run test with some knowledge of ARCH
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Thu, 29 Jan 2009 09:36:35 +0000 (09:36 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Thu, 29 Jan 2009 09:36:35 +0000 (09:36 -0000)
scripts/test/Makefile [new file with mode: 0644]
scripts/testheader.inc

diff --git a/scripts/test/Makefile b/scripts/test/Makefile
new file mode 100644 (file)
index 0000000..7396cf7
--- /dev/null
@@ -0,0 +1,7 @@
+include .config
+
+
+ARCH:  
+       @echo   $(strip $(subst ",,$(BR2_ARCH)))
+#")))
+
index 80835867f58f4f1d8392e37d45f907c1f046e855..ea410a9addcaa2d66e1acc841f36db98f7b115a7 100644 (file)
@@ -1,3 +1,5 @@
+ARCH=`make -f scripts/test/Makefile ARCH`
+
 function mk()
 {
        scripts/mkpkg $1 $2 "$3"