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
protobuf-c: new package
[openadk.git]
/
scripts
/
travis.sh
blob
648533cc9a4958d5e75664592987d9fb575a15b8
1
#!/bin/bash
2
os
=
$1
3
arch
=
$2
4
system
=
$3
5
vars
=
"ADK_TARGET_OS=
$os
ADK_TARGET_ARCH=
$arch
ADK_TARGET_SYSTEM=
$system
ADK_APPLIANCE=new"
6
if
[ !
-z
$4
];
then
7
endian
=
$4
8
vars
=
"
$vars
ADK_TARGET_ENDIAN=
$endian
"
9
fi
10
make
$vars
defconfig
11
make