mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
run test with some knowledge of ARCH
This commit is contained in:
7
scripts/test/Makefile
Normal file
7
scripts/test/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
include .config
|
||||
|
||||
|
||||
ARCH:
|
||||
@echo $(strip $(subst ",,$(BR2_ARCH)))
|
||||
#")))
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
ARCH=`make -f scripts/test/Makefile ARCH`
|
||||
|
||||
function mk()
|
||||
{
|
||||
scripts/mkpkg $1 $2 "$3"
|
||||
|
||||
Reference in New Issue
Block a user