plan9fox/sys/lib/dist/mkfile

22 lines
391 B
Plaintext
Raw Normal View History

2011-04-11 19:47:05 +00:00
src9=/n/src9
scr=/tmp/dist
2011-04-11 19:47:05 +00:00
x=`{mkdir -p $scr}
2011-04-11 19:47:05 +00:00
cd:V: $scr/plan9.iso
clean:V:
rm -rf $scr
$scr/cdstub:D: $src9/386/9bootiso
mkdir -p $target
cp $prereq $target
cp pc/plan9.ini.cd $target/plan9.ini
$scr/plan9.iso: $scr/cdstub
bind -a $src9 $scr/cdstub
bind /n/empty $scr/cdstub/.hg
disk/mk9660 -9cj -s $scr/cdstub -B 9bootiso $target
unmount $scr/cdstub/.hg
unmount $scr/cdstub