From: David van Moolenbroek Date: Tue, 5 Jan 2010 09:21:55 +0000 (+0000) Subject: start a.out2com script with 'sh' (Bug#365.1, reported by Antoine Leca) X-Git-Tag: v3.1.6~116 X-Git-Url: http://zhaoyanbai.com/repos/rndc.conf.html?a=commitdiff_plain;h=709ca777bd74e29409a1e95ea69239593d9e3003;p=minix.git start a.out2com script with 'sh' (Bug#365.1, reported by Antoine Leca) --- diff --git a/boot/Makefile b/boot/Makefile index 99afcbe58..759fc5d5b 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -60,13 +60,13 @@ dosboot: doshead.o dosboot.o bootimage.o rawfs86.o doshead.o dosboot.o bootimage.o rawfs86.o $(LIBS) boot.com: dosboot - ./a.out2com dosboot boot.com + exec sh a.out2com dosboot boot.com mkfile: mkfhead.s mkfile.c $(LD) -.o -mi86 -com -o $@ mkfhead.s mkfile.c $(LIBS) mkfile.com: mkfile - ./a.out2com mkfile mkfile.com + exec sh a.out2com mkfile mkfile.com installboot: installboot.o rawfs.o $(CC) $(STRIP) -o installboot installboot.o rawfs.o