From owner-cvs-all Sun Nov 21 12: 6: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E383D1589C; Sun, 21 Nov 1999 12:06:04 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA78767; Sun, 21 Nov 1999 12:06:04 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <199911212006.MAA78767@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 21 Nov 1999 12:06:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/11/21 12:06:04 PST Modified files: . Makefile.inc1 Log: Build tools against the host's includes and libraries. Also, don't build make(1) twice and merge the bootstrap-libraries and libraries targets. This change solves the bug where build-tools, compiled against the includes and libraries built from the sources failed to run on the host, as was the case with the sigset_t change. With this update, a buildworld will fail if the tools won't compile on the host. This is solved in further commits where backward compatibility of the tools is enlarged. The libraries target has been fixed. The libraries are now build in the proper order, satisfying the dependencies. The comment is updated to reflect this. The linux module and netboot have been removed from the list of tools. More to follow. Reviewed by: bde, imp Revision Changes Path 1.92 +51 -140 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message