Finding out which options you used when compiling a package?

Parv parv at pair.com
Wed Aug 16 05:06:45 UTC 2006


in message <44E21660.5040100 at 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

-- 



More information about the freebsd-questions mailing list