From patchwork Mon Apr 20 23:16:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tyler Baker X-Patchwork-Id: 6244821 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 117DE9F1C4 for ; Mon, 20 Apr 2015 23:20:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5199020421 for ; Mon, 20 Apr 2015 23:20:56 +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 734DF2022A for ; Mon, 20 Apr 2015 23:20:55 +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 1YkKxQ-0004UN-NF; Mon, 20 Apr 2015 23:18:28 +0000 Received: from mail-pd0-f180.google.com ([209.85.192.180]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YkKvn-0003HV-5M for linux-arm-kernel@lists.infradead.org; Mon, 20 Apr 2015 23:16:47 +0000 Received: by pdbqa5 with SMTP id qa5so222099493pdb.1 for ; Mon, 20 Apr 2015 16:16:25 -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=BX850zEBjKzBeeWQDSfBN47sG2d6/8LmipeboAoCCD8APTiJSOsINEDCPDeN6UueoA esUGnHS4hiC3jwgw1JsabceN2tJKsQkt9fBEPDVDVDGwrWiQSmGawgbWbtJ1RMCnt1Tz JK3QSDdLjPLgnvNhwC539iVmg8i6yicSD7HLJGprKxnbMiikrhnR4dJP0lAGwu+9JHB4 I4KEPSvD8EERNCFSsSX7Z5ffI8sn9rTAoeD7oLX5KMPVYhnsZbxFH2KJMgRY14s+pU65 s9hqZeUwCZf5cs3pExQhAuc6j6wvTfKP07cxjo85sPEUMrIXl+zRirs1cyO66OsdTzUh VHeQ== X-Gm-Message-State: ALoCoQlgYWYQb4xTg07J6bORxMSZ0uLJ4Vv9czmtKzGiPnsUDgnSM+n+BD+HNB4uhHszxNFi32Kd X-Received: by 10.66.90.134 with SMTP id bw6mr31673445pab.131.1429571785519; Mon, 20 Apr 2015 16:16:25 -0700 (PDT) Received: from localhost.localdomain ([173.14.250.228]) by mx.google.com with ESMTPSA id da3sm63708pdb.8.2015.04.20.16.16.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Apr 2015 16:16:24 -0700 (PDT) From: Tyler Baker To: Shuah Khan Subject: [PATCH v3 8/8] selftests/exec: do not install subdir as it is already created Date: Mon, 20 Apr 2015 16:16:19 -0700 Message-Id: <1429571779-28293-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-20150420_161647_307623_4E308E19 X-CRM114-Status: UNSURE ( 8.92 ) 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: