Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!fluke!dcd From: dcd@tc.fluke.COM (David Dyck) Newsgroups: comp.os.minix Subject: Re: How do you link the sh*.c files? Message-ID: <2325@sputnik.COM> Date: Tue, 24-Nov-87 11:34:14 EST Article-I.D.: sputnik.2325 Posted: Tue Nov 24 11:34:14 1987 Date-Received: Fri, 27-Nov-87 22:32:11 EST References: <726@polyslo.UUCP> Sender: news@tc.fluke.COM Organization: John Fluke Mfg. Co., Inc., Everett, WA Lines: 10 Keywords: V1.2 shell makefile in message <726@polyslo.UUCP> Andrew D Sobel asks about linking the shell Here is the distrubuted makefile for the V1.2 shell CFLAGS=-F l=../../lib shobj = sh1.s sh2.s sh3.s sh4.s sh5.s sh6.s sh: $(shobj) sh.h @asld -i -o sh -T. $l/crtso.s $(shobj) $l/libc.a $l/end.s @chmem =8000 sh