From owner-cvs-all Fri Feb 5 23:48:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07278 for cvs-all-outgoing; Fri, 5 Feb 1999 23:48:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 XAA07273; Fri, 5 Feb 1999 23:48:25 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA02138; Fri, 5 Feb 1999 23:48:24 -0800 (PST) (envelope-from bde@FreeBSD.org) Date: Fri, 5 Feb 1999 23:48:24 -0800 (PST) Message-Id: <199902060748.XAA02138@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/modules/svr4 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/02/05 23:48:24 PST Modified files: sys/modules/svr4 Makefile Log: Honor ${LDFLAGS} for building svr4_genassym. This is part of fixing world breakage (mainly for cross-world cases). The world Makefile attempts to build tools static so that nonexistent or wrong shared libraries and interpreters don't get used. This is broken anyway since the world Makefile doesn't know about svr4_genassym. Force building svr4_genassym static. This is part of "fixing" aout-to-elf-build breakage. aout-to-elf-build abuses NOTOOLS to avoid rebuilding all the aout tools. This saves time and avoids some complications. However, it breaks all the internal tools -- they get linked to target libraries which might not work. Cases where the host can run the target's static libraries are "fixed" by encrufting all Makefiles that build internal tools to build the tools static. Don't add .depend to CLEANFILES -- it just breaks the separation of `make cleandepend' from `make clean'. Removed some superflous explicit dependencies. Revision Changes Path 1.2 +3 -5 src/sys/modules/svr4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message