From owner-freebsd-doc Mon Oct 2 3:11:30 2000 Delivered-To: freebsd-doc@freebsd.org Received: from ns1.sunesi.net (ns1.sunesi.net [196.15.192.194]) by hub.freebsd.org (Postfix) with ESMTP id 69F8137B66C for ; Mon, 2 Oct 2000 03:11:27 -0700 (PDT) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 13g2Z6-0009HX-00; Mon, 02 Oct 2000 12:11:20 +0200 Date: Mon, 2 Oct 2000 12:11:20 +0200 From: Neil Blakey-Milner To: Jun Kuriyama Cc: freebsd-doc@FreeBSD.org Subject: Re: cvs commit: www Makefile www/en Makefile web.mk www/en/commercial Makefile gencommercial.pl www/en/gallery Makefile www/en/ports Makefile Makefile.inc0 portindex www/en/search Makefile www/en/tutorials Makefile Message-ID: <20001002121120.A35653@mithrandr.moria.org> References: <200009300021.RAA53546@freefall.freebsd.org> <7m4s2v39re.wl@waterblue.imgsrc.co.jp> <20001002112502.A35297@mithrandr.moria.org> <7m3dif36xa.wl@waterblue.imgsrc.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <7m3dif36xa.wl@waterblue.imgsrc.co.jp>; from kuriyama@imgsrc.co.jp on Mon, Oct 02, 2000 at 06:53:53PM +0900 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon 2000-10-02 (18:53), Jun Kuriyama wrote: > At 2 Oct 2000 09:25:22 GMT, > Neil Blakey-Milner wrote: > > It should be obj-clean - I made sure of that end of last year. > > Excellent! Should we apply this patch? > > + > +.if make(obj) > +SUBDIR+= ../doc > +.endif We aren't quite (anywhere near) obj-clean in www/ yet, because of all the funny games we play with symlinks. Symlinks have very little place in builds, but I'm not quite ready to fix all the errors I get if I don't have symlinks to en/web.mk in www/, www/ja, www/en, www/es, &c. The problem being that we can't 'make obj' properly without 'make links', and the links don't make sense once you've run 'make obj'. But since it doesn't work now anyway, I can't see how adding more "almost working" stuff to it can harm anything. (: Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message