projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf68c71
)
selftests:prctl: Fix make clean override warning
author
Shuah Khan
<skhan@linuxfoundation.org>
Tue, 25 Jul 2023 15:17:37 +0000
(09:17 -0600)
committer
Shuah Khan
<skhan@linuxfoundation.org>
Tue, 25 Jul 2023 16:33:14 +0000
(10:33 -0600)
Remove clean target in Makefile to fix the following warning
and use the one in common lib.mk
Makefile:14: warning: overriding recipe for target 'clean'
../lib.mk:160: warning: ignoring old recipe for target 'clean'
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/prctl/Makefile
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/prctl/Makefile
b/tools/testing/selftests/prctl/Makefile
index cfc35d29fc2ed04877f60d74f4f0b8d4250a35ac..01dc90fbb5094f97653a44731f789a957bbec819 100644
(file)
--- a/
tools/testing/selftests/prctl/Makefile
+++ b/
tools/testing/selftests/prctl/Makefile
@@
-10,7
+10,5
@@
all: $(TEST_PROGS)
include ../lib.mk
-clean:
- rm -fr $(TEST_PROGS)
endif
endif