Date: Thu, 05 Sep 2002 11:32:20 -0400 From: "Sam Evans" <sam@neuroflux.com> To: freebsd-questions@freebsd.org Subject: Make release and CVS from repository do not match Message-ID: <200209051532.g85FWKgR013652@boise.neuroflux.com>
next in thread | raw e-mail | index | archive | help
Hello. I am trying to make release the 4.6.2-RELEASE tree for my custom installation, and I have noticed the it dies on the cd /usr/src/etc/../man; make makedb; line. The problem is that it's calling the v1.11 version of the Makefile in /usr/src/share/man from the CVS tree. If you look at the Makefile,v in /usr/src/share/man in the CVS repository, it shows: symbols RELENG_4_6_2_RELEASE:1.11 then, further down: 1.11 log @$Id$ -> $FreeBSD$ @ text @d7 2 d10 2 a11 2 makewhatis ${DESTDIR}${BINDIR}/man makewhatis ${DESTDIR}${BINDIR}/perl/man @ Ok.. which means, there should be a ${CVSROOT}/src/share/perl/man directory inside the CVS repository, right? There's not. Only the man directory. I noticed that in the same Makefile, v1.14, they removed this reference to perl. Can any CVS maintainers help me out here? Thanks, Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209051532.g85FWKgR013652>