Date: Thu, 5 Jun 1997 21:36:15 -0700 (PDT) From: asami@cs.berkeley.edu (Satoshi Asami) To: james@nexis.net Cc: ports@freebsd.org, rdm@cfcl.com Subject: Re: first cut of multiple architecture support Message-ID: <199706060436.VAA16559@silvia.HIP.Berkeley.EDU> In-Reply-To: <Pine.BSF.3.95q.970606002814.17533H-100000@nexis.net> (message from James FitzGibbon on Fri, 6 Jun 1997 00:29:51 -0400 (EDT))
next in thread | previous in thread | raw e-mail | index | archive | help
* Personally, I think that the main targets should be smart * enough to use defined variables rather than create an extra 10 * or 12 targets per OS. Well, one problem is that OPSYS and ARCH are not defined until you read bsd.port.mk. So you can't really do much in the port Makefile (unless you put the targets after the ".include <bsd.port.mk>" line, which will open a whole new can of worms). Now that I thought more, I think this should be handled in the new "Makefile.*" include files. Please forget I ever mentioned this. ;) Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706060436.VAA16559>