Browse Source

run test with some knowledge of ARCH

Ulf Samuelsson 16 years ago
parent
commit
142f88f746
2 changed files with 9 additions and 0 deletions
  1. 7 0
      scripts/test/Makefile
  2. 2 0
      scripts/testheader.inc

+ 7 - 0
scripts/test/Makefile

@@ -0,0 +1,7 @@
+include .config
+
+
+ARCH:	
+	@echo	$(strip $(subst ",,$(BR2_ARCH)))
+#")))
+

+ 2 - 0
scripts/testheader.inc

@@ -1,3 +1,5 @@
+ARCH=`make -f scripts/test/Makefile ARCH`
+
 function mk()
 {
 	scripts/mkpkg $1 $2 "$3"