Date: 07 Nov 1998 09:58:40 +0100 From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) To: "George W. Dinolt" <george.w.dinolt@lmco.com> Cc: current@FreeBSD.ORG Subject: Re: libfetch Makefile Question Message-ID: <xzpd86zj2v3.fsf@hvergelmir.ifi.uio.no> In-Reply-To: "George W. Dinolt"'s message of "Fri, 06 Nov 1998 20:45:12 -0800" References: <3643D057.9384BF81@lmco.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"George W. Dinolt" <george.w.dinolt@lmco.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpd86zj2v3.fsf>