From patchwork Wed Jul 13 18:53:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 71963 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp1156017qga; Wed, 13 Jul 2016 12:04:28 -0700 (PDT) X-Received: by 10.55.45.134 with SMTP id t128mr12534399qkh.197.1468436667952; Wed, 13 Jul 2016 12:04:27 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id s43si2985042qts.20.2016.07.13.12.04.27; Wed, 13 Jul 2016 12:04:27 -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 7C50568655; Wed, 13 Jul 2016 19:04:27 +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 4DF2D6813D; Wed, 13 Jul 2016 19:03:41 +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 3276468609; Wed, 13 Jul 2016 19:03:35 +0000 (UTC) Received: from mail-lf0-f51.google.com (mail-lf0-f51.google.com [209.85.215.51]) by lists.linaro.org (Postfix) with ESMTPS id 86C52680D2 for ; Wed, 13 Jul 2016 19:03:32 +0000 (UTC) Received: by mail-lf0-f51.google.com with SMTP id f93so46273738lfi.2 for ; Wed, 13 Jul 2016 12:03:32 -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=hjZQt2K0rLXZNof4huZbkdwCxhsXkUdESOFRYWeE3ECyiFeIAIsEHrGdvOjsBDziAl 2GnrmuUWnsm0S8gJgiuQtINCfCAoaBmN7Q8Q9Jr68XE7iXhe4zW7cGHh1wQoeYneZ0O/ LcsccFvB+vDs0H938fdonfis1WgAHOxFfkPf+gJHhJXQ/NjDIilzY1HqBlfRuuHz7t3m BYOT85y4A9BDAWD10ggKoLIuVWuDrKXIKlp9e8mkqaRn+mRB8QMrK8F4QQrKJn/IrfWl lzwl0DINl6Kbn2VY8UjO0X+B5iDLkEoU4Oc8JAKrVFM9yKATX1F1ZxUDDR/HyWg7LycD zKMw== X-Gm-Message-State: ALyK8tJ5cRguyTg5QKN7aw0Wnxhkxnkh75crnzGIkv3LanPHaDZTm6+o3KeVRgPi6Gsjm4MT8/E= X-Received: by 10.46.71.144 with SMTP id u138mr2138158lja.20.1468436611402; Wed, 13 Jul 2016 12:03:31 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id 35sm385267ljb.10.2016.07.13.12.03.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Jul 2016 12:03:30 -0700 (PDT) From: Anders Roxell To: mike.holmes@linaro.org Date: Wed, 13 Jul 2016 20:53:11 +0200 Message-Id: <1468435992-24667-3-git-send-email-anders.roxell@linaro.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1468435992-24667-1-git-send-email-anders.roxell@linaro.org> References: <1468435992-24667-1-git-send-email-anders.roxell@linaro.org> X-Topics: patch Cc: lng-odp@lists.linaro.org Subject: [lng-odp] [PATCH 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