> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Emanuel Strobl > Sent: Monday, October 04, 2004 8:43 PM > To: [EMAIL PROTECTED] > 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." _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"