From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 6 23:42:53 2013 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 588D13AD; Wed, 6 Nov 2013 23:42:53 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from mo6-p00-ob.rzone.de (mo6-p00-ob.rzone.de [IPv6:2a01:238:20a:202:5300::1]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB31828A4; Wed, 6 Nov 2013 23:42:52 +0000 (UTC) X-RZG-AUTH: :JiIXek6mfvEEUpFQdo7Fj1/zg48CFjWjQv0cW+St/nW/afgnrylsiWy0bTV9rgkJ X-RZG-CLASS-ID: mo00 Received: from britannica.bec.de (ip-109-45-222-180.web.vodafone.de [109.45.222.180]) by smtp.strato.de (RZmta 32.11 DYNA|AUTH) with (TLSv1.0:DHE-RSA-AES256-SHA encrypted) ESMTPSA id z013d5pA6LbuO1 ; Thu, 7 Nov 2013 00:42:39 +0100 (CET) Received: by britannica.bec.de (sSMTP sendmail emulation); Thu, 07 Nov 2013 00:42:38 +0100 Date: Thu, 7 Nov 2013 00:42:38 +0100 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org, "freebsd-hackers@freebsd.org" Subject: Re: Using bsd.prog.mk in a project with multiple binaries Message-ID: <20131106234238.GA2604@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org, "freebsd-hackers@freebsd.org" References: <20131106164526.GV11443@kiwi.coupleofllamas.com> <20131106222531.GF91063@lor.one-eyed-alien.net> <20131106230636.GG91063@lor.one-eyed-alien.net> <20131106233229.GA44585@onelab2.iet.unipi.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131106233229.GA44585@onelab2.iet.unipi.it> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Nov 2013 23:42:53 -0000 On Thu, Nov 07, 2013 at 12:32:29AM +0100, Luigi Rizzo wrote: > I was hoping that someday we could have support in bsd.prog.mk > to handle multiple program names in ${PROG}, perhaps expanding > the dependencies using OBJS.prog1 OBJS.prog2 ... etc NetBSD supports PROGS for this purpose. Joerg