From owner-freebsd-libh Wed Dec 12 9:23:44 2001 Delivered-To: freebsd-libh@freebsd.org Received: from tomts17-srv.bellnexxia.net (tomts17.bellnexxia.net [209.226.175.71]) by hub.freebsd.org (Postfix) with ESMTP id F275037B405 for ; Wed, 12 Dec 2001 09:23:41 -0800 (PST) Received: from khan.anarcat.dyndns.org ([65.94.189.35]) by tomts17-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011212172341.SYFV23490.tomts17-srv.bellnexxia.net@khan.anarcat.dyndns.org>; Wed, 12 Dec 2001 12:23:41 -0500 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id 53EF21B1D; Wed, 12 Dec 2001 12:23:39 -0500 (EST) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id F290720ACB; Wed, 12 Dec 2001 12:25:35 -0500 (EST) Date: Wed, 12 Dec 2001 12:25:35 -0500 From: The Anarcat To: Nathan Ahlstrom Cc: Libh Subject: Re: Damn Make! (was: Re: MAKEOBJDIR) Message-ID: <20011212172535.GC93423@shall.anarcat.dyndns.org> Mail-Followup-To: The Anarcat , Nathan Ahlstrom , Libh References: <20011212163933.GB65834@shall.anarcat.dyndns.org> <20011212111139.C9600@winternet.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TYecfFk8j8mZq+dy" Content-Disposition: inline In-Reply-To: <20011212111139.C9600@winternet.com> User-Agent: Mutt/1.3.24i Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --TYecfFk8j8mZq+dy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed Dec 12, 2001 at 11:11:39AM -0600, Nathan Ahlstrom wrote: >=20 > What about this patch? no-no-no.. you don't understand. The idea is to get rid of compile/ Makefiles. Use compile just as we use /usr/obj for the world. Pros:=20 - we can compile the modules (bin/tclh, lib/file...) in their own directories or not (this was also possible before) - we can *detect*, in those Makefiles, wether we're compiling in our own dir or in the global compile/, which allows us to -Link only with compile/ in the proper case - we have less makefiles and less make voodoo Cons: - it doesn't work yet. In other words, I want SUBDIR to be "lib bin" and have the base makefile call: ( cd $dir && env MAKEOBJDIR=3Dcompile/$UITYPE/ make $@ ) for each SUBDIR. It should work. Why is make so dumb? a. a. --TYecfFk8j8mZq+dy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjwXkw8ACgkQttcWHAnWiGfbrwCfcCevfGWbQgxGtinyKDsgdrej vdwAn2DLSqE9cKGfRc5zE9WZMIFeheyn =orhs -----END PGP SIGNATURE----- --TYecfFk8j8mZq+dy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message