Date: Wed, 14 Nov 2001 02:06:49 -0500 (EST) From: parv_@yahoo.com To: FreeBSD-gnats-submit@freebsd.org Subject: docs/31972: 'make clean' failure in www Message-ID: <20011114070649.80C2350CF2@moo.holy.cow>
next in thread | raw e-mail | index | archive | help
>Number: 31972 >Category: docs >Synopsis: 'make clean' failure in www >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 13 23:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.4-STABLE i386 >Organization: holy.cow >Environment: System: FreeBSD moo.holy.cow 4.4-STABLE cvsup'd docs collection a few minutes ago. >Description: when 'make clean' is run in www, this message is produced... make clean ===> en /bin/rm -f Errs errs mklog applications.html auditors.html availability.html docs.html features.html register.html internet.html mailto.html publish.html relnotes.html send-pr.html support.html where.html y2kbug.html index.html FAQ handbook rm: FAQ: is a directory rm: handbook: is a directory *** Error code 1 Stop in /source/contribute/www/en. *** Error code 1 >How-To-Repeat: install docproj port; run 'make clean' in "www". an initial installation may be needed to produce the bug. >Fix: below is a reply from Cyrille Lefevre, clefevre@citeweb.net, to my post when i asked about the problem on freebsd-doc mailing list... i have this too if `make obj' has not been done before. in fact, FAQ and handbook directories should be killed from CVS so the symlinks could be created (then killed). they are not currently created since their respective directories exists and the targets don't complain for the same reason (try `make FAQ handbook' and see). it is safe to clean them since they are not referenced anymore in the Makefile as directoties (no SUBDIR+= FAQ handbook). Cyrille. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011114070649.80C2350CF2>