Date: Mon, 21 Dec 1998 01:22:41 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Poul-Henning Kamp <phk@critter.freebsd.dk> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Buildworld broken rebuilding elf tools Message-ID: <199812210922.BAA42000@apollo.backplane.com>
next in thread | raw e-mail | index | archive | help
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. <dillon@backplane.com> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812210922.BAA42000>