Index: Makefile.am =================================================================== RCS file: /cvsroot/hurd/hurd-l4/Makefile.am,v retrieving revision 1.17 diff -r1.17 Makefile.am 34a35,61 > > # kind of hacknish... basically ignores automake and friends > iso: $(prefix)/boot/grub/stage2_eltorito $(prefix)/boot/ia32-kernel $(prefix)/libexec/l4/sigma0 $(prefix)/boot/grub/menu.lst install > for B in deva laden physmem ruth task wortel; do \ > strip $(prefix)/boot/$$B; \ > done > mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -o $(distdir).iso $(prefix) > > $(prefix)/boot/grub/stage2_eltorito: /lib/grub/i386-pc/stage2_eltorito > echo cp $< $@ > /lib/grub/i386-pc/stage2_eltorito: > echo I don\'t know where to get stage2_eltorito. > echo Please copy it to $(prefix)/boot/grub/stage2_eltorito for me. > false > > $(prefix)/boot/ia32-kernel: > echo $@ is missing. Please install L4Ka::Pistachio in $(prefix) > false > $(prefix)/libexec/l4/sigma0: > echo $@ is missing. Please install L4Ka::Pistachio in $(prefix) > false > > # there must be a less horrible way to do this... > # mostly generated by echo `sed 's/$/\\\\n/' $(prefix)/boot/grub/menu.lst: > echo -e "title GNU Hurd on L4 (debug on serial)\n kernel /boot/laden -D -o serial,uart1,speed=9600\n module /boot/ia32-kernel\n module /libexec/l4/sigma0\n module /boot/wortel -D -o serial,uart1,speed=9600\n module /boot/physmem\n module /boot/task\n module /boot/deva\n module /boot/task\n module /boot/ruth\n\ntitle GNU Hurd on L4\n kernel /boot/laden -D\n module /boot/ia32-kernel\n module /libexec/l4/sigma0\n module /boot/wortel -D\n module /boot/physmem\n module /boot/task\n module /boot/deva\n module /boot/task\n module /boot/ruth\n" >$@ >