plan9fox/sys/lib/dist/mkfile

15 lines
309 B
Plaintext
Raw Normal View History

2011-06-09 05:53:13 +00:00
proto=/n/src9/sys/lib/sysconfig/proto/cdproto
ini=pc/plan9.ini.cd
iso=/tmp/9front.iso
cd:V: $iso
2011-04-11 19:47:05 +00:00
2011-06-09 05:53:13 +00:00
%.iso: $proto $ini
@{rfork n
bind usr /n/src9/usr
bind /n/src9 /n/src9/dist/plan9front
bind $ini /n/src9/cfg/plan9.ini
disk/mk9660 -c9j -B 386/9bootiso -p $proto -s /n/src9 -v 'Plan 9 Front' $target
2011-06-09 05:43:46 +00:00
}