[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231219115423.222134-2-ammarfaizi2@gnuweeb.org>
Date: Tue, 19 Dec 2023 18:54:22 +0700
From: Ammar Faizi <ammarfaizi2@...weeb.org>
To: Jens Axboe <axboe@...nel.dk>
Cc: Ammar Faizi <ammarfaizi2@...weeb.org>,
Alviro Iskandar Setiawan <alviro.iskandar@...weeb.org>,
Michael William Jonathan <moe@...weeb.org>,
io-uring Mailing List <io-uring@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
GNU/Weeb Mailing List <gwml@...r.gnuweeb.org>,
Stefan Metzmacher <metze@...ba.org>
Subject: [PATCH liburing v1 1/2] Makefile: Remove the `partcheck` target
Remove the `partcheck` target because it has remained unused for nearly
four years, and the associated TODO comment has not been actioned since
its introduction in commit:
b57dbc2d308a849 ("configure/Makefile: introduce libdevdir defaults to $(libdir)")
Cc: Stefan Metzmacher <metze@...ba.org>
Signed-off-by: Ammar Faizi <ammarfaizi2@...weeb.org>
---
Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/Makefile b/Makefile
index 73d021c2e46255bf..7326e644e3a18bdb 100644
--- a/Makefile
+++ b/Makefile
@@ -14,9 +14,6 @@ all:
.PHONY: all install default clean test
.PHONY: FORCE cscope
-partcheck: all
- @echo "make partcheck => TODO add tests with out kernel support"
-
runtests: all
@$(MAKE) -C test runtests
runtests-loop: all
--
Ammar Faizi
Powered by blists - more mailing lists