From owner-cvs-gnu Tue May 12 15:55:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16566 for cvs-gnu-outgoing; Tue, 12 May 1998 15:55:53 -0700 (PDT) (envelope-from owner-cvs-gnu) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16436; Tue, 12 May 1998 15:55:12 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA27199; Tue, 12 May 1998 15:51:36 -0700 (PDT) Date: Tue, 12 May 1998 15:51:36 -0700 (PDT) Message-Id: <199805122251.PAA27199@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/perl/usub Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/12 15:51:35 PDT Modified files: gnu/usr.bin/perl/usub Makefile Log: If perl exists in OBJDIR it has just been built; if it exists in CURDIR it has been built without an obj directory; however if it is in neither of those places, we expect it to be in DESTDIR. Yes Bruce, I know this is broken because the host is not supposed to be the same as the target, but we need to get the hosted build working properly first before even attempting a cross compiled operating system build. That will need to concept of TOOLSDIR or something that can be mapped to DESTDIR in the case of a hosted build and set to the installed tools in a cross compiled build. Later, later, later! Revision Changes Path 1.10 +1 -1 src/gnu/usr.bin/perl/usub/Makefile