Release Compiler options

Haulmark, Chris chris at sigd.net
Mon Oct 4 18:53:05 PDT 2004


 

> -----Original Message-----
> From: owner-freebsd-questions at freebsd.org 
> [mailto:owner-freebsd-questions at freebsd.org] On Behalf Of 
> Emanuel Strobl
> Sent: Monday, October 04, 2004 8:43 PM
> To: freebsd-questions at 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.

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.
 
> 
> -Mano
>

--
Chris Haulmark
System Admin. Freelancer
"In market for IT corrections for a salary." 


More information about the freebsd-questions mailing list