Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2009 13:53:18 -0500
From:      Robert Huff <roberthuff@rcn.com>
To:        af300wsm@gmail.com
Cc:        Roland Smith <rsmith@xs4all.nl>, Free BSD Questions list <freebsd-questions@freebsd.org>
Subject:   Re: Re: What's the simplest way to get a fresh copy of the source  code for the system
Message-ID:  <18850.61598.822336.988613@jerusalem.litteratus.org>
In-Reply-To: <0015175cddd4563a6304639a2620@google.com>
References:  <20090223174304.GB40292@slackbox.xs4all.nl> <0015175cddd4563a6304639a2620@google.com>

next in thread | previous in thread | raw e-mail | index | archive | help

af300wsm@gmail.com writes:

>  I'ma little unclear about how to build individual programs from
>  within the source tree. Can you please explain how I'd do this?

	Assuming 1) you have the source tree installed, and 2) it and
the kernel are of compatible versions (shouldn't be a problem here):

cd /usr/src/usr.bin/touch
make clean && make && make install && make clean


			Robert Huff






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