repo.or.cz
/
openadk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
systemd: update to 237
[openadk.git]
/
scripts
/
travis.sh
blob
d62ed5e7e42bbc54a55e7ced5ab29e6cbcf326be
1
#!/bin/bash
2
arch
=
$1
3
system
=
$2
4
vars
=
"ADK_TARGET_OS=Linux ADK_TARGET_ARCH=
$arch
ADK_TARGET_SYSTEM=
$system
ADK_APPLIANCE=new"
5
if
[ !
-z
$3
];
then
6
endian
=
$3
7
vars
=
"
$vars
ADK_TARGET_ENDIAN=
$endian
"
8
fi
9
make
$vars
defconfig
10
make