From owner-freebsd-ports@FreeBSD.ORG Sun Jan 21 20:56:42 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42C5016A415 for ; Sun, 21 Jan 2007 20:56:42 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from mail.stovebolt.com (mail.stovebolt.com [66.221.101.249]) by mx1.freebsd.org (Postfix) with ESMTP id 1B4D313C44C for ; Sun, 21 Jan 2007 20:56:42 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (adsl-65-69-140-8.dsl.rcsntx.swbell.net [65.69.140.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.stovebolt.com (Postfix) with ESMTP id 5F1B0114307 for ; Sun, 21 Jan 2007 14:50:00 -0600 (CST) Date: Sun, 21 Jan 2007 14:56:39 -0600 From: Paul Schmehl To: ports@FreeBSD.org Message-ID: X-Mailer: Mulberry/4.0.7b1 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========57AE534F0511C56A02B3==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: How to do multiple build targets X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jan 2007 20:56:42 -0000 --==========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==========--