From owner-cvs-all Mon Dec 21 01:26:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA27765 for cvs-all-outgoing; Mon, 21 Dec 1998 01:26:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA27760; Mon, 21 Dec 1998 01:26:52 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id BAA42000; Mon, 21 Dec 1998 01:22:41 -0800 (PST) (envelope-from dillon) Date: Mon, 21 Dec 1998 01:22:41 -0800 (PST) From: Matthew Dillon Message-Id: <199812210922.BAA42000@apollo.backplane.com> To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Buildworld broken rebuilding elf tools Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk It looks like the temporary include hierarchy Makefile.inc1 creates does not take into account the (apparent) softlinking now being done. Critical files such as errno.h are missing for the elf tool rebuild. I am testing a change to Makefile.inc1 that simply makes the beforeinstall target in include/Makefile for the elf tools. If it works, I will commit it. -- Also, does anyone know why Makefile.inc1 rebuilds the ${OBJFORMAT} obj tree even when NOCLEAN is defined? This operation takes a long time (especially over 10MBit NFS) and appears to be unnecessary. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message