shithub: gefs

ref: 32de1f7a58b7b3a8476d1ceb3532e3317004a95c
dir: /test/build.rc/

View raw version
#!/bin/rc -e

. common.rc

setup

cd $fs

# we don't want to clobber the installed
# libs with something corrupt, so copy
# them in and bind them over.
mkdir -p $cputype/lib
dircp /$cputype/lib $cputype/lib
bind $cputype/lib /$cputype/lib

# clone our repo
git/clone /dist/plan9front
bind plan9front/sys/include /sys/include

cd plan9front/sys/src
mk all