--On January 21, 2007 2:56:39 PM -0600 Paul Schmehl <[EMAIL PROTECTED]> 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=      tld,cache
ALL_TARGET=        classic

I figured it out.

ALL_TARGET=     tld cache classic

Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

Reply via email to