Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2006 01:06:49 -0400
From:      Parv <parv@pair.com>
To:        Chris <cdtelting-ml@comcast.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Finding out which options you used when compiling a package?
Message-ID:  <20060816050649.GD8555@holestein.holy.cow>
In-Reply-To: <44E21660.5040100@comcast.net>
References:  <44E21660.5040100@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help
in message <44E21660.5040100@comcast.net>, wrote Chris thusly...
>
> Is there anyway to find out which defines you decleared on the
> make line you used to compile a port

Create a wrapper around make which records the command and/or
options before actually calling make.

Add a few things like logging the make output, showing last few
lines of the log on a failure, seeing the last used
options|commands, etc. to have something like this, mostly
uncommented, script ...

  http://www103.pair.com/parv/comp/src/sh/port-make


  - Parv

-- 




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