From patchwork Thu Jul 14 21:18:37 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 72054 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp280293qga; Thu, 14 Jul 2016 14:29:59 -0700 (PDT) X-Received: by 10.55.19.73 with SMTP id d70mr19988013qkh.202.1468531799798; Thu, 14 Jul 2016 14:29:59 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id r95si2639255qkh.45.2016.07.14.14.29.58; Thu, 14 Jul 2016 14:29:59 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id C52DC6815C; Thu, 14 Jul 2016 21:29:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id BCA826815A; Thu, 14 Jul 2016 21:29:15 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id B74FA681B6; Thu, 14 Jul 2016 21:29:10 +0000 (UTC) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) by lists.linaro.org (Postfix) with ESMTPS id 8548F68156 for ; Thu, 14 Jul 2016 21:29:08 +0000 (UTC) Received: by mail-lf0-f49.google.com with SMTP id b199so73975128lfe.0 for ; Thu, 14 Jul 2016 14:29:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Am7bcvPT+qMeO40fevt4Heb/GF87Wtcwe/JKXqmUuL8=; b=AnLM7KAQ9AfpmoIRqKUKFacI6k0CToCSrH3XSu3Bv3+W1kK/ZwL6aBls2ewnb3e8mU Fibjcs8syzAxTIYp6UKQOTwTZppdZ/pheTHtLvpcf+IPuGsUFTwjRzb5r97sx+X5xxHv 1ZwdRgj4zbUVLqBOzKXq7R/UDuOHiL5lhYH8Bt8S6xOq+8aszJlCW2TlAz/cDNeOXl56 st8gLqODu3DiOIeOYlVl/zttxSCfnMkR8+KmEnw+r6HzsIQ0qSCnr6Bf62QwSBSOkdEg BSQkRuyONtAZff8BRwyTAxsIUo09oZa80QpCCIlJD51EBnp8WOwzJ0ZQx9U0YKSQ6vpz DpEQ== X-Gm-Message-State: ALyK8tLnQ1msWSNJLwor5938amcViwWnmYrQivO+KHJtvJ77T9PauqwwfDz51c4n8pyZQtjtMZs= X-Received: by 10.46.32.224 with SMTP id g93mr8144666lji.33.1468531747463; Thu, 14 Jul 2016 14:29:07 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id m62sm1193199lfe.44.2016.07.14.14.29.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Jul 2016 14:29:06 -0700 (PDT) From: Anders Roxell To: mike.holmes@linaro.org, maxim.uvarov@linaro.org Date: Thu, 14 Jul 2016 23:18:37 +0200 Message-Id: <1468531118-29594-3-git-send-email-anders.roxell@linaro.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1468531118-29594-1-git-send-email-anders.roxell@linaro.org> References: <1468531118-29594-1-git-send-email-anders.roxell@linaro.org> X-Topics: patch Cc: lng-odp@lists.linaro.org Subject: [lng-odp] [PATCHv2 2/3] example/time/Makefile: remove incorrect postfix _test X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Anders Roxell --- example/time/.gitignore | 2 +- example/time/Makefile.am | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) -- 2.1.4 diff --git a/example/time/.gitignore b/example/time/.gitignore index 3106aea..938c1aa 100644 --- a/example/time/.gitignore +++ b/example/time/.gitignore @@ -1 +1 @@ -odp_time_global_test +odp_time_global diff --git a/example/time/Makefile.am b/example/time/Makefile.am index 915593a..c1db375 100644 --- a/example/time/Makefile.am +++ b/example/time/Makefile.am @@ -1,10 +1,10 @@ include $(top_srcdir)/example/Makefile.inc -bin_PROGRAMS = odp_time_global_test$(EXEEXT) -odp_time_global_test_LDFLAGS = $(AM_LDFLAGS) -static -odp_time_global_test_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example +bin_PROGRAMS = odp_time_global$(EXEEXT) +odp_time_global_LDFLAGS = $(AM_LDFLAGS) -static +odp_time_global_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example noinst_HEADERS = \ $(top_srcdir)/example/example_debug.h -dist_odp_time_global_test_SOURCES = time_global_test.c +dist_odp_time_global_SOURCES = time_global_test.c