From owner-freebsd-current Sat Nov 7 00:59:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10642 for freebsd-current-outgoing; Sat, 7 Nov 1998 00:59:01 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10637 for ; Sat, 7 Nov 1998 00:58:56 -0800 (PST) (envelope-from dag-erli@ifi.uio.no) Received: from hvergelmir.ifi.uio.no (2602@hvergelmir.ifi.uio.no [129.240.64.129]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id JAA04441; Sat, 7 Nov 1998 09:58:42 +0100 (MET) Received: (from dag-erli@localhost) by hvergelmir.ifi.uio.no ; Sat, 7 Nov 1998 09:58:42 +0100 (MET) Mime-Version: 1.0 To: "George W. Dinolt" Cc: current@FreeBSD.ORG Subject: Re: libfetch Makefile Question References: <3643D057.9384BF81@lmco.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 07 Nov 1998 09:58:40 +0100 In-Reply-To: "George W. Dinolt"'s message of "Fri, 06 Nov 1998 20:45:12 -0800" Message-ID: Lines: 29 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id AAA10638 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "George W. Dinolt" writes: > I assume you are supposed to get this since your name is on the source > files. If not, would you forward to whoever is supposed to get it? Yes, I am the author of libfetch. > I noticed that attempting to install fetch_err.h failed in > lib/libfetch. I have most things compiled in /usr/obj/elf/src/... (left > over from a buildworld). The file fetch_err.h was constructed there as > part of the make process. The Makefile uses > > ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 > ${.CURDIR}/fetch_err.h \ > ${DESTDIR}/usr/include > > to install the file, and of course can't find it in ${.CURDIR}. Removing > "${.CURDIR}/" from the command seems to fix things, but there might be a > better way. Yes, I forgot that since fetch_err.h is a generated file it resides in ${OBJDIR}, not ${.CURDIR}. > Though you would like to know. Yes, thank you very much. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message