Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!pilchuck!amc!ipmoea!ericr From: ericr@ipmoea.UUCP (Eric Roskos) Newsgroups: comp.os.minix Subject: Changes to Compile Minix with MSC (tools.shar: 10 of 12) Message-ID: <32@ipmoea.UUCP> Date: Sat, 22-Aug-87 01:49:45 EDT Article-I.D.: ipmoea.32 Posted: Sat Aug 22 01:49:45 1987 Date-Received: Sun, 23-Aug-87 16:01:55 EDT Reply-To: ericr@ipmoea.UUCP (Eric Roskos) Organization: Redmond, WA Lines: 90 #! /bin/sh # This is a shell archive, meaning: # 1. Remove everything above the #! /bin/sh line. # 2. Save the resulting text in a file. # 3. Execute the file with /bin/sh (not csh) to create the files: # tools/fsck # tools/init # tools/bootblok # This archive created: Sat Aug 1 14:04:34 1987 export PATH; PATH=/bin:$PATH echo shar: extracting "'fsck'" '(284 characters)' if test -f 'fsck' then echo shar: will not over-write existing file "'fsck'" else cat << \SHAR_EOF > 'fsck' OBJ = fsck.obj fsck1.obj .c.obj: cl -Di8088 -DGENERIC_FDISK -X -I..\include -Osal -Gs -c $*.c .asm.obj: masm $*,$*,$*; fsck.obj: fsck.c fsck1.obj: fsck1.asm fsck.exe: $(OBJ) link /NOD fsck1+fsck,fsck,,..\lib\minix \lib\libh; >fsck.lst fsck.out: fsck.exe ..\dos2out -d fsck SHAR_EOF if test 284 -ne "`wc -c < 'fsck'`" then echo shar: error transmitting "'fsck'" '(should have been 284 characters)' fi fi # end of overwriting check echo shar: extracting "'init'" '(285 characters)' if test -f 'init' then echo shar: will not over-write existing file "'init'" else cat << \SHAR_EOF > 'init' OBJ = init.obj .c.obj: cl -Di8088 -DGENERIC_FDISK -X -I..\include -Osal -Gs -c $*.c .asm.obj: masm $*,$*,$*; init.obj: init.c init.exe: $(OBJ) link /NOD ..\lib\head+init+..\lib\message,init,,..\lib\minix \lib\libh; >init.lst init.out: init.exe ..\dos2out -pd init >>init.lst SHAR_EOF if test 285 -ne "`wc -c < 'init'`" then echo shar: error transmitting "'init'" '(should have been 285 characters)' fi fi # end of overwriting check echo shar: extracting "'bootblok'" '(160 characters)' if test -f 'bootblok' then echo shar: will not over-write existing file "'bootblok'" else cat << \SHAR_EOF > 'bootblok' bootblok.obj: bootblok.asm masm bootblok,,bootblok; bootblok.exe: bootblok.obj link bootblok; bootblok.bin: bootblok.exe exe2bin bootblok.exe bootblok.bin SHAR_EOF if test 160 -ne "`wc -c < 'bootblok'`" then echo shar: error transmitting "'bootblok'" '(should have been 160 characters)' fi fi # end of overwriting check # End of shell archive exit 0