Date: Thu, 23 Jul 1998 21:29:45 -0500 From: Edwin Culp <eculp@webwizard.org.mx> To: freebsd-current@FreeBSD.ORG Subject: make release Message-ID: <35B7F199.A7A88FA@webwizard.org.mx>
next in thread | raw e-mail | index | archive | help
I've been building a weekly release with no problems for about a year now. No fun :-) I'm upgrading the machine and was looking at the configuration files and decided that they could be made more efficient by sharing directories such as /usr/src and /a. I have made a mess. I now have problems with nonexistent Attic directories, etc. That's not a big deal and I can always go back to the old , very by the handbook way, but that's too easy. Here is what I have been doing: Daily cvsup -g -L2 cvs-supfile cvsup -g -L2 cvs-rel At least weekly make world and new kernel Twice a month inmediately after the make world and kernel make release here are my new config files cvs-supfile and cvs-rel that are causing the problem although I did get through a make world after manually creating about 6-8 Attic directories. # cat cvs-supfile *default tag=. *default host=cvsup.FreeBSD.org *default base=/a *default prefix=/usr *default release=cvs *default delete compress use-rel-suffix src-all cvs-crypto doc-all src-secure ports-all # cat cvs-rel *default host=cvsup.FreeBSD.org *default base=/a *default prefix=/usr *default release=cvs *default delete compress use-rel-suffix src-all cvs-crypto doc-all src-secure ports-all If someone has a more efficient disk usage setup that works, I would appreciate a copy or corrections. Before both default base and default prefix were different for my release and world. Thanks ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35B7F199.A7A88FA>