On Tue, 23 Mar 1999, Scott D. Yelich wrote:

> 
> Then comes qmail, et al., does it use Makefile with
> CC=gcc? no.  Does it use ./Configure? no.  It says
> "type make; make config check; # that's all!"
> 
        No need to edit the Makefile to set the compiler option. As a
feature of make you can pass the necessary parameters from the command
line like so:- 'make CC=gcc' or whatever compiler is necessary. At no
stage is it absolutely necessary to edit the make file.


-- 
Our OS who art in CPU, UNIX be thy name.
        Thy programs run, thy syscalls done,
        In kernel as it is in user!
*********************************************
        Matthew Gibbins
        email : [EMAIL PROTECTED]

Reply via email to