Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!cg-atla!fredex From: fredex@cg-atla.UUCP (Fred Smith) Newsgroups: comp.lang.c Subject: Re: MSC 5.1 make Message-ID: <8176@cg-atla.UUCP> Date: 15 Dec 89 17:18:49 GMT References: <1989Dec15.021527.18711@sjuphil.uucp> Reply-To: fredex@cg-atla.UUCP (Fred Smith) Organization: Agfa Compugraphic Division Lines: 17 In article <1989Dec15.021527.18711@sjuphil.uucp> ryan@sjuphil.uucp (Patrick M. Ryan) writes: > > Is it just my imagination or is the version of Make which comes >with MSC 5.1 a pitiful imitation of the real Unix Make? > I have seem PD implementations of Make on PCs which work exactly the >same as the Unix make. Why did Microsoft limit their version so much? No it is NOT your imagination. Microsoft's Make utility is largely a wortless piece of code--good for nothing except taking up disk space (unless you work from within QuickC, which needs the damn thing for doing builds). There have been reasonably good Make clones around for a long time. I saw one at least four years ago which was shipped with Mark Williams C compiler (to say nothing of several commercial makes and a bunch of shareware/PD ones). Fred