Date: Mon, 2 Oct 2000 12:11:20 +0200 From: Neil Blakey-Milner <nbm@mithrandr.moria.org> To: Jun Kuriyama <kuriyama@imgsrc.co.jp> 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> In-Reply-To: <7m3dif36xa.wl@waterblue.imgsrc.co.jp>; from kuriyama@imgsrc.co.jp on Mon, Oct 02, 2000 at 06:53:53PM %2B0900 References: <200009300021.RAA53546@freefall.freebsd.org> <7m4s2v39re.wl@waterblue.imgsrc.co.jp> <20001002112502.A35297@mithrandr.moria.org> <7m3dif36xa.wl@waterblue.imgsrc.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon 2000-10-02 (18:53), Jun Kuriyama wrote: > At 2 Oct 2000 09:25:22 GMT, > Neil Blakey-Milner <nbm@mithrandr.moria.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001002121120.A35653>