repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Indentation fix, cleanup.
[AROS.git]
/
scripts
/
nightly
/
pkg
/
hosted-linux-i386
blob
e99233ab50b2ed08f4136cdece9d69f0972cb4e3
1
#!/bin/zsh
2
# Creates linux-i386 "hosted" binary packages.
3
4
BUILDTARGET
=
linux-i386
5
TESTEXE
=
boot
/
linux
/
AROSBootstrap
6
TESTARGS
=
"mungwall"
7
TESTTIMEOUT
=
5
m
8
9
source
$SP
/
pkg
/
hosted