yes it does! http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
21.4.2 Check /etc/make.conf Examine the files /etc/defaults/make.conf and /etc/make.conf. The first contains some default defines - most of which are commented out. To make use of them when you rebuild your system from source, add them to /etc/make.conf. Keep in mind that anything you add to /etc/make.conf is also used every time you run make, so it is a good idea to set them to something sensible for your system. A typical user will probably want to copy the CFLAGS and NOPROFILE lines found in /etc/defaults/make.conf to /etc/make.conf and uncomment them. Examine the other definitions (COPTFLAGS, NOPORTDOCS and so on) and decide if they are relevant to you. On Thu, 30 Oct 2003 19:37:06 -0800, "Kris Kennaway" <[EMAIL PROTECTED]> said: > On Thu, Oct 30, 2003 at 05:03:38PM -0800, SteAltH FanThoM wrote: > > I am running 5-current,,,, the last cvs i did " 12.30 pm. today CST " > > failed on buildworld with this. > > > > ===> gnu/usr.bin/cvs/doc > > makeinfo --no-split -I /usr/src/gnu/usr.bin/cvs/doc -I > > /usr/src/gnu/usr.bin/cvs/doc/../../../../contrib/cvs/doc > > /usr/src/gnu/usr.bin/cvs/doc/../../../../contrib/cvs/doc/cvs.texinfo -o > > cvs.info > > makeinfo --no-split -I /usr/src/gnu/usr.bin/cvs/doc -I > > /usr/src/gnu/usr.bin/cvs/doc/../../../../contrib/cvs/doc > > /usr/src/gnu/usr.bin/cvs/doc/../../../../contrib/cvs/doc/cvsclient.texi > > -o cvsclient.info > > gzip -cn cvsclient.info > cvsclient.info.gz > > gzip -cn cvs.info > cvs.info.gz > > 1 error > > *** Error code 2 > > 1 error > > *** Error code 2 > > 1 error > > Do a buildworld without -j so you get the actual error at the end of > the log, not some random non-error output. > > > I was wondering if you guys would help me with make.conf and come up with > > a good choice. I read the handbook and it advises to add the ... CFLAGS > > -0 -pipe and NOPROFILE= YES ....to /etc/make.conf. > ^^ > No it doesn't ;-) > > kKris -- SteAltH FanThoM [EMAIL PROTECTED] -- http://www.fastmail.fm - And now for something completely different… _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"