Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2002 08:53:20 +0100
From:      Erik Trulsson <ertr1013@student.uu.se>
To:        Pankaj <pankaj@sarai.net>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: make in freebsd
Message-ID:  <20020219075320.GB68878@student.uu.se>
In-Reply-To: <20020219080213.A7580@sarai.net>
References:  <20020219080213.A7580@sarai.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 19, 2002 at 08:02:13AM +0100, Pankaj wrote:
> hii all,
> 
> 	I was wondering if anyone would put some  light over the
> 	way 'make' works in freeBSD
> 	I mean when i go to /usr/ports/XYZ and type make it tries
> 	to fetch the sources and then compiles it
> 	Is  it a  feature in make?

No, it is a feature of the makefiles. 'Make' itself doesn't know
anything about fetching sources and so on.
Most of the dirty work is done in /usr/ports/Mk/bsd.port.mk which is
included by the port makefiles.


> 
> 	I want to make an covering layer over a software such that
> 	it automaticaly locates the components it needs and compiles
> 	them without the user to look around for them.
> 
> 	I have read the handbook's description of it and am still unclear.
> --
> ThanX
> Pankaj 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-hackers" in the body of the message

-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013@student.uu.se

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020219075320.GB68878>