From owner-freebsd-current Fri Nov 6 20:45:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23565 for freebsd-current-outgoing; Fri, 6 Nov 1998 20:45:16 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from mailgw1.lmco.com (mailgw1.lmco.com [192.31.106.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23559 for ; Fri, 6 Nov 1998 20:45:13 -0800 (PST) (envelope-from george.w.dinolt@lmco.com) Received: from emss02g01.ems.lmco.com (relay2.ems.lmco.com [198.7.15.39]) by mailgw1.lmco.com (8.8.8/8.8.8) with ESMTP id VAA20290; Fri, 6 Nov 1998 21:45:02 -0700 (MST) Received: from wdl1.wdl.lmco.com ([137.249.32.1]) by lmco.com (PMDF V5.1-10 #20543) with SMTP id <0F2100E07BV11J@lmco.com>; Fri, 6 Nov 1998 21:45:01 -0700 (MST) Received: from lmco.com by wdl1.wdl.lmco.com (SMI-8.6/WDL-5.0) id UAA27165; Fri, 06 Nov 1998 20:44:58 -0800 Date: Fri, 06 Nov 1998 20:45:12 -0800 From: "George W. Dinolt" Subject: libfetch Makefile Question To: dag-erli@ifi.uio.no, current@FreeBSD.ORG Message-id: <3643D057.9384BF81@lmco.com> Organization: Lockheed Martin Western Development Labs MIME-version: 1.0 X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.0-CURRENT i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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