Date: Fri, 06 Nov 1998 20:45:12 -0800 From: "George W. Dinolt" <george.w.dinolt@lmco.com> To: dag-erli@ifi.uio.no, current@FreeBSD.ORG Subject: libfetch Makefile Question Message-ID: <3643D057.9384BF81@lmco.com>
next in thread | raw e-mail | index | archive | help
Dag: 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? 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. Though you would like to know. George Dinolt 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?3643D057.9384BF81>