|
|
5e2b13 |
#!/bin/sh
|
|
|
5e2b13 |
|
|
|
5e2b13 |
set -eu
|
|
|
5e2b13 |
|
|
|
5e2b13 |
DEV_PACKAGES=\
|
|
|
5e2b13 |
musl_no_complex_host,musl_full_host,musl_full,\
|
|
|
5e2b13 |
psxtypes,pemagine,dalist,ldso,ntcon,ntapi,\
|
|
|
01ac30 |
psxscl,psxscl_strace,ntctty,ntux,ptycon,toksvc,u16ports,\
|
|
|
01ac30 |
ntctty_minipix,ntux_minipix,ptycon_minipix,toksvc_minipix
|
|
|
5e2b13 |
|
|
|
5e2b13 |
mb_project_dir=$(cd "$(dirname $0)" ; pwd)
|
|
|
5e2b13 |
cd "$mb_project_dir"
|
|
|
5e2b13 |
|
|
|
5e2b13 |
./build.sh -r ${DEV_PACKAGES}
|
|
|
5e2b13 |
./build.sh -D minipix
|