From owner-freebsd-current Thu Dec 25 21:02:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA22645 for current-outgoing; Thu, 25 Dec 1997 21:02:47 -0800 (PST) (envelope-from owner-freebsd-current) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA22479 for ; Thu, 25 Dec 1997 20:57:02 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA07132; Fri, 26 Dec 1997 15:54:43 +1100 Date: Fri, 26 Dec 1997 15:54:43 +1100 From: Bruce Evans Message-Id: <199712260454.PAA07132@godzilla.zeta.org.au> To: current@FreeBSD.ORG, jkh@time.cdrom.com Subject: Re: Any serious objections (with accompanying diffs only!) to this? Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Anyway, so unless someone else can supply me with a set of diffs which >fixes this in a reasonable way (and good luck finding all the spots >which switch DISTRIBUTION surrepticiously back to "bin" again in the Grepping for DISTRIBUTION in Makefile* doesn't show any. OTOH, grepping for ^BINDIR in Makefile* shows at least 52 bogons. Grepping for MAN1, COPTS and VPATH shows some more bogons (VPATH is undocmented...). Bruce