From owner-freebsd-doc Sat Nov 3 21:40:48 2001 Delivered-To: freebsd-doc@freebsd.org Received: from smtp.noos.fr (camus.noos.net [212.198.2.70]) by hub.freebsd.org (Postfix) with ESMTP id 8C16B37B406 for ; Sat, 3 Nov 2001 21:40:45 -0800 (PST) Received: (qmail 95756511 invoked by uid 0); 4 Nov 2001 05:40:42 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.229.145]) (envelope-sender ) by 212.198.2.70 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 4 Nov 2001 05:40:42 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id fA45eft86033; Sun, 4 Nov 2001 06:40:41 +0100 (CET) (envelope-from root) Message-Id: <200111040540.fA45eft86033@gits.dyndns.org> Subject: Re: any open pr on 'make clean' failure in www? In-Reply-To: <20011103220740.A41765@moo.holy.cow> To: parv Date: Sun, 4 Nov 2001 06:40:41 +0100 (CET) Cc: f-doc Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL95a (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org parv wrote: > is there any pr open which shows the following error message > when 'make clean' is run in www? > > 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 > > i hadn't have any problems before. just experienced after last cvsup > around 2001.11.03.14.08.51. i recently cleaned my mail, now i 'm not > sure if anybody already had this problem. bad timing. 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. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message