From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 06/13] ts-xen-build: Allow specification of make targets Date: Tue, 15 Jul 2014 16:22:20 +0100 Message-ID: <1405437747-12753-7-git-send-email-ian.jackson@eu.citrix.com> References: <1405437747-12753-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1X74Z1-0005mH-8I for xen-devel@lists.xenproject.org; Tue, 15 Jul 2014 15:22:43 +0000 In-Reply-To: <1405437747-12753-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org This allows sg-run-job (or a manual caller of ts-xen-build) to specify which target(s) to pass to `make'. Signed-off-by: Ian Jackson --- ts-xen-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts-xen-build b/ts-xen-build index 3913273..7c9e804 100755 --- a/ts-xen-build +++ b/ts-xen-build @@ -25,6 +25,7 @@ use Osstest::BuildSupport; tsreadconfig(); selectbuildhost(\@ARGV); +# remaining arguments are passed as targets to "make" builddirsprops(); sub checkout () { @@ -108,7 +109,7 @@ END END #/; buildcmd_stamped_logged(9000, 'build', '',<