From patchwork Tue Apr 21 22:52:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tyler Baker X-Patchwork-Id: 6254271 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 8A7239F32B for ; Tue, 21 Apr 2015 22:55:35 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CC4E92034F for ; Tue, 21 Apr 2015 22:55:34 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0A9462034E for ; Tue, 21 Apr 2015 22:55:34 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ykh2Z-0004IB-G5; Tue, 21 Apr 2015 22:53:15 +0000 Received: from mail-pa0-f44.google.com ([209.85.220.44]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ykh22-0003nz-Ia for linux-arm-kernel@lists.infradead.org; Tue, 21 Apr 2015 22:52:43 +0000 Received: by pacyx8 with SMTP id yx8so254226738pac.1 for ; Tue, 21 Apr 2015 15:52:19 -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; bh=G6KLMIYWnu7Wm1Xts3wW5qAPMqd5Y5ZLOjtHLGimeZc=; b=dOGl7CL64IWfz4VsdNKXn5c0BM46pJBDYHhElhlIkFK14RQo5frquwwsAeZ0BBsgAV TBsK1mQRbeYzxshkZzbgDHm70pQZZn9Dw9lL18hFd9fEBjmKm2S8sfWoJs3mPSd9G+24 gTa5OOwxMd9qnXHsN5Vh6HkIdIM9+n6vufi63tOMSknrHRUR3bE1X+LaPa8I1FUgR/RD Y2oDwogrw0JJFJKzbQdVDADSQOVudd2lg+atjmuYEyHB9LLRMLIdATzMDkeeFGoTmScu i8fQGJMqXrJJ3SVcyhyVsEDWKABPqd4phX8Z3rWLOxfPzo+pPUJTeYaJTnGCIvcVwSUK Y5bw== X-Gm-Message-State: ALoCoQkEcfoQY3/zS17JTc3aa7L19r5SldLtReizsJSA/79OF4obQkbV3xFUHCACpAbVtmjks8bS X-Received: by 10.66.160.71 with SMTP id xi7mr41266559pab.19.1429656739360; Tue, 21 Apr 2015 15:52:19 -0700 (PDT) Received: from localhost.localdomain ([173.14.250.228]) by mx.google.com with ESMTPSA id al13sm3111099pac.23.2015.04.21.15.52.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 21 Apr 2015 15:52:18 -0700 (PDT) From: Tyler Baker To: Shuah Khan Subject: [PATCH v4 7/7] selftests/exec: do not install subdir as it is already created Date: Tue, 21 Apr 2015 15:52:13 -0700 Message-Id: <1429656733-10893-1-git-send-email-tyler.baker@linaro.org> X-Mailer: git-send-email 2.1.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150421_155242_653072_2DF96181 X-CRM114-Status: UNSURE ( 8.89 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.0 (-) Cc: Kevin Hilman , Michael Ellerman , Tyler Baker , linux-kernel@vger.kernel.org, John Stultz , David Herrmann , Darren Hart , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Remove subdir from DEPS as it is already created at runtime. Without this, make install fails. Acked-by: Michael Ellerman Signed-off-by: Tyler Baker --- tools/testing/selftests/exec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/exec/Makefile b/tools/testing/selftests/exec/Makefile index 4edb7d0..6b76bfd 100644 --- a/tools/testing/selftests/exec/Makefile +++ b/tools/testing/selftests/exec/Makefile @@ -1,6 +1,6 @@ CFLAGS = -Wall BINARIES = execveat -DEPS = execveat.symlink execveat.denatured script subdir +DEPS = execveat.symlink execveat.denatured script all: $(BINARIES) $(DEPS) subdir: