From owner-cvs-include Sun Dec 29 23:39:54 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA05104 for cvs-include-outgoing; Sun, 29 Dec 1996 23:39:54 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id XAA05097; Sun, 29 Dec 1996 23:39:50 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.4/8.6.9) with ESMTP id XAA24384; Sun, 29 Dec 1996 23:39:39 -0800 (PST) To: Bruce Evans cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-include@freefall.freebsd.org, jkh@freefall.freebsd.org Subject: Re: cvs commit: src/include Makefile In-reply-to: Your message of "Mon, 30 Dec 1996 17:48:55 +1100." <199612300648.RAA19398@godzilla.zeta.org.au> Date: Sun, 29 Dec 1996 23:39:39 -0800 Message-ID: <24380.851931579@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > There were no missing ${DESTDIR}s here AFAIK. You just broke the > symlinks to point to a place that won't exist when ${DESTDIR} > becomes the root directory. Feh. See follow-up commit.. :) I misunderstood the purpose of this and will have to think a little harder about target directory handling for cross-compilation. Jordan