Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2004 11:00:07 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Emanuel Strobl <Emanuel.Strobl@gmx.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Release Compiler options
Message-ID:  <20041005100007.GC9642@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <200410051045.15454.Emanuel.Strobl@gmx.net>
References:  <6FC9F9894A9F8C49A722CF9F2132FC2201FFC245@ms05.mailstreet2003.net> <200410051045.15454.Emanuel.Strobl@gmx.net>

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

--PuGuTyElPB9bOcsM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Oct 05, 2004 at 10:45:09AM +0200, Emanuel Strobl wrote:
> Am Dienstag, 5. Oktober 2004 03:52 schrieb Haulmark, Chris:
> > > -----Original Message-----
> > > From: owner-freebsd-questions@freebsd.org
> > > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of
> > > Emanuel Strobl
> > > Sent: Monday, October 04, 2004 8:43 PM
> > > To: freebsd-questions@freebsd.org
> > > Subject: Release Compiler options
> > >
> > > I really spent some time tracing the make release, but
> > > couldn't find any way
> > > to modify the compiler flags for the release. Why do I need a
> > > populated /usr/obj if it's never touched? I really think I'm missing
> > > something. Two years ago I had no problems building specail
> > > 4.4-RELEASEs.
> > >
> > > Any hint is welcome.
> >
> > There is an excellent hint for compiler flags to be found in the
> > 19.4.3 section of the FreeBSD handbook.
>=20
> Hm, this is for the world and is very well known and documented.
> I'm talking about /usr/src/release/Makefile
>=20
> >
> > The /usr/obj directory composes of the compiled applications from
> > the buildworld function.  You can delete it after you did a successful
> > completion of the installworld on a system.  That's what happens
> > when you do "make clean" in the /usr/src directory.
>=20
> Again, I'm not talking about make installworld, but 'make release'

If you're using 'make release' you're expected to a) have your own
local copy of the FreeBSD src CVS repository and b) know how to use
cvs(1) and make(1).  'make release' is aimed at expert users;
beginners would be well advised to steer clear of it.

What you do is edit the /usr/src/release/Makefile, specifically the
CHROOTDIR, BUILDNAME and CVSROOT it tells you to set. Or specify them
on the command line if you prefer.

Then you setup the ${LOCAL_PATCHES} variable to point to a file of
patches to apply to the checked out chroot'ed source tree (hint: try
applying a patch to ${CHROOTDIR}/etc/make.conf to fiddle with the make
flags).  Similarly you can run a shell script ${LOCAL_SCRIPT} to do
whatever you want to the chroot'ed sources before building.

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

--PuGuTyElPB9bOcsM
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBYnCniD657aJF7eIRAjMaAJ4lqwaHYQjfB40R9sYWugVvXdkC/ACePy1K
cd29fZPoxvQa3YtD17qclqY=
=E3H3
-----END PGP SIGNATURE-----

--PuGuTyElPB9bOcsM--



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