[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS and make release problems.



>         I am having serious problems when trying to do a make release. What I
> did was to start out installing a OBSD 3.0 snapshot and then extracting the
> src.sys.tar.gz and the src.tar.gz (from November) to the /usr/src directory. I
> then used cvs ( cd /usr/src && cvs -q -z 9 up -Pd) to update the sources to
> current. Then I tried the follow the documentation in the RELEASE manual apge
> exactly yet I keep getting errors that files don't exsist when running cd
> /usr/src/etc && nice make release. This is the error I get:
> 
> install -c -o root -g wheel -m 664 motd destdir/etc
> install -c -o root -g wheel -m 600 hosts.equiv destdir/etc
> install -c -o root -g wheel -m 600 crontab destdir/var/cron/tabs/root

You forgot

	# cd /usr/src/etc && make DESTDIR=/ distrib-dirs

See

	http://www.openbsd.org/faq/upgrade-minifaq.html#1.5

David S.