Jelajahi Sumber

run test with some knowledge of ARCH

Ulf Samuelsson 16 tahun lalu
induk
melakukan
142f88f746
2 mengubah file dengan 9 tambahan dan 0 penghapusan
  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()
 function mk()
 {
 {
 	scripts/mkpkg $1 $2 "$3"
 	scripts/mkpkg $1 $2 "$3"