From owner-cvs-all Wed Sep 6 13: 5:19 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 5E2C837B422; Wed, 6 Sep 2000 13:05:14 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id OAA33143; Wed, 6 Sep 2000 14:05:13 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id OAA71393; Wed, 6 Sep 2000 14:04:27 -0600 (MDT) Message-Id: <200009062004.OAA71393@harmony.village.org> To: obrien@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.root.dist Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 06 Sep 2000 13:00:14 PDT." <20000906130014.B25153@dragon.nuxi.com> References: <20000906130014.B25153@dragon.nuxi.com> <20000906233036.A2156@nagual.pp.ru> <200009061535.IAA99177@freefall.freebsd.org> <20000906103202.A23948@dragon.nuxi.com> <20000906214338.A891@nagual.pp.ru> <20000906221327.A1216@nagual.pp.ru> <20000906120158.B24557@dragon.nuxi.com> <20000906233036.A2156@nagual.pp.ru> <200009061957.NAA71284@harmony.village.org> Date: Wed, 06 Sep 2000 14:04:27 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000906130014.B25153@dragon.nuxi.com> "David O'Brien" writes: : On Wed, Sep 06, 2000 at 01:57:45PM -0600, Warner Losh wrote: : > : > It comes from ${DESTDIR}/${KODIR}. In the usual case DESTDIR is empty, : > : > and KODIR has a leading slash. I can make it "${DESTDIR}${KODIR}" if : > : > people feel that people get whats coming to them if KODIR is non-empty : > : > and doesn't have a leading slash. : ..snip.. : > : > DESTDIR should be "" in the / case. : : Don't quite follow you. Also `make release' has some "weird" settings. Ah, I mean to say that when you want to install into /, DESTDIR should be empty. I was confused however, so ignore that. If KODIR is normally an absolute path (eg /boot/modules), then ${DESTDIR}${KODIR} is right. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message