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 (fs.shar: 6 of 12) Message-ID: <28@ipmoea.UUCP> Date: Sat, 22-Aug-87 01:43:58 EDT Article-I.D.: ipmoea.28 Posted: Sat Aug 22 01:43:58 1987 Date-Received: Sun, 23-Aug-87 16:01:02 EDT Reply-To: ericr@ipmoea.UUCP (Eric Roskos) Organization: Redmond, WA Lines: 116 #! /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: # fs/fs # fs/_link.bat # fs/linklist # This archive created: Sat Aug 1 14:01:11 1987 export PATH; PATH=/bin:$PATH echo shar: extracting "'fs'" '(791 characters)' if test -f 'fs' then echo shar: will not over-write existing file "'fs'" else cat << \SHAR_EOF > 'fs' # # Makefile for FS # By E. Roskos 1987 # OBJ = cache.obj device.obj filedes.obj inode.obj link.obj main.obj \ misc.obj mount.obj open.obj path.obj pipe.obj protect.obj putc.obj \ read.obj stadir.obj super.obj table.obj time.obj utility.obj write.obj .c.obj: cl -Di8088 -DGENERIC_FDISK -X -I..\include -Osal -Gs -c $*.c .asm.obj: masm $*,$*,$*; cache.obj: cache.c device.obj: device.c filedes.obj: filedes.c inode.obj: inode.c link.obj: link.c main.obj: main.c misc.obj: misc.c mount.obj: mount.c open.obj: open.c path.obj: path.c pipe.obj: pipe.c protect.obj: protect.c putc.obj: putc.c read.obj: read.c stadir.obj: stadir.c super.obj: super.c table.obj: table.c time.obj: time.c utility.obj: utility.c write.obj: write.c fs.out: $(OBJ) _link SHAR_EOF if test 791 -ne "`wc -c < 'fs'`" then echo shar: error transmitting "'fs'" '(should have been 791 characters)' fi fi # end of overwriting check echo shar: extracting "'_link.bat'" '(109 characters)' if test -f '_link.bat' then echo shar: will not over-write existing file "'_link.bat'" else cat << \SHAR_EOF > '_link.bat' echo/ echo Linking file system task link/m/nod ..\lib\head+ fs.lst ..\dos2out -pd fs >>fs.lst SHAR_EOF if test 109 -ne "`wc -c < '_link.bat'`" then echo shar: error transmitting "'_link.bat'" '(should have been 109 characters)' fi fi # end of overwriting check echo shar: extracting "'linklist'" '(151 characters)' if test -f 'linklist' then echo shar: will not over-write existing file "'linklist'" else cat << \SHAR_EOF > 'linklist' main+open+read+write+pipe+device+path+ mount+link+super+inode+cache+filedes+stadir+ protect+time+misc+utility+table+putc fs fs ..\lib\minix \lib\libh SHAR_EOF if test 151 -ne "`wc -c < 'linklist'`" then echo shar: error transmitting "'linklist'" '(should have been 151 characters)' fi fi # end of overwriting check # End of shell archive exit 0