[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1429656733-10893-1-git-send-email-tyler.baker@linaro.org>
Date: Tue, 21 Apr 2015 15:52:13 -0700
From: Tyler Baker <tyler.baker@...aro.org>
To: Shuah Khan <shuahkh@....samsung.com>
Cc: Kevin Hilman <khilman@...nel.org>,
John Stultz <john.stultz@...aro.org>,
Darren Hart <dvhart@...radead.org>,
David Herrmann <dh.herrmann@...il.com>,
Michael Ellerman <mpe@...erman.id.au>,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Tyler Baker <tyler.baker@...aro.org>
Subject: [PATCH v4 7/7] selftests/exec: do not install subdir as it is already created
Remove subdir from DEPS as it is already created at runtime. Without this,
make install fails.
Acked-by: Michael Ellerman <mpe@...erman.id.au>
Signed-off-by: Tyler Baker <tyler.baker@...aro.org>
---
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:
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists