Date: Sun, 21 Jan 2007 14:56:39 -0600 From: Paul Schmehl <pauls@utdallas.edu> To: ports@FreeBSD.org Subject: How to do multiple build targets Message-ID: <A366A8ED45003E51C313FCD2@paul-schmehls-powerbook59.local>
next in thread | raw e-mail | index | archive | help
--==========57AE534F0511C56A02B3========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I'm working on porting the CyberAbuse whois client. The Makefile has a=20 number of targets in it that allow you to build sqlite and a server, if=20 you want. In order to build the client, you first need to make "tld" and then make=20 "cache" before you make "classic". The ALL target just prints a message=20 telling you to read the INSTALL doc. So how do I make two targets before making the primary target? In the Makefile I tried this: BUILD_TARGET=3D tld,cache ALL_TARGET=3D classic This builds the client but doesn't appear to build either tld or cache,=20 and the install generates an error that the cache is missing. Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========57AE534F0511C56A02B3==========--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A366A8ED45003E51C313FCD2>