Date: Sat, 13 Mar 1999 14:13:42 +0000 From: Adrian Wontroba <aw1@stade.co.uk> To: Gregory Bond <gnb@itga.com.au> Cc: stable@FreeBSD.ORG Subject: Re: [Summary] Re: CVSup for doc files? Message-ID: <19990313141342.A72642@titus.stade.co.uk> In-Reply-To: <199903110451.PAA29601@lightning.itga.com.au>; from Gregory Bond on Thu, Mar 11, 1999 at 03:51:14PM %2B1100 References: <199903110451.PAA29601@lightning.itga.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 11, 1999 at 03:51:14PM +1100, Gregory Bond wrote: > The README.hmtl files in ports are manufactured, not cvsuped: > cd /usr/ports; make readmes > (Clever!) but it currently fails in the japanese/vje-trial port (no Makefile?). try "make -k readmes" (and man make to see what -k does). Look at the pib port if you want a relatively easy way of inspecting port descriptions. "make -k NOCLEANDEPENDS=true clean" in /usr/ports is also quite handy - running make clean for each port, without attempting to clean all the ports each port depends on. -- Adrian Wontroba To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990313141342.A72642>