Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2007 15:30:05 -0600
From:      Paul Schmehl <pauls@utdallas.edu>
To:        ports@FreeBSD.org
Subject:   Re: How to do multiple build targets
Message-ID:  <410FBC82932F24ED0AC6003C@paul-schmehls-powerbook59.local>
In-Reply-To: <A366A8ED45003E51C313FCD2@paul-schmehls-powerbook59.local>
References:  <A366A8ED45003E51C313FCD2@paul-schmehls-powerbook59.local>

next in thread | previous in thread | raw e-mail | index | archive | help
--==========25C5C273147EEADD9043==========
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

--On January 21, 2007 2:56:39 PM -0600 Paul Schmehl <pauls@utdallas.edu>=20
wrote:

> I'm working on porting the CyberAbuse whois client.  The Makefile has a
> number of targets in it that allow you to build sqlite and a server, if
> you want.
>
> In order to build the client, you first need to make "tld" and then make
> "cache" before you make "classic".  The ALL target just prints a message
> 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
>
I figured it out.

ALL_TARGET=3D     tld cache classic

Paul Schmehl (pauls@utdallas.edu)
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

--==========25C5C273147EEADD9043==========--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?410FBC82932F24ED0AC6003C>