From: Lucas De Marchi Date: Tue, 1 Apr 2025 17:06:36 +0000 (-0500) Subject: Drop leftover makefiles X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9078a01c0e2e1ef64ba292c7b386e8c2ad077bd0;p=thirdparty%2Fkmod.git Drop leftover makefiles I don't think this was used before (at least I always build from the git rootdir), and now that autotools is removed, they are wrong. Signed-off-by: Lucas De Marchi Reviewed-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/334 --- diff --git a/libkmod/Makefile b/libkmod/Makefile deleted file mode 100644 index 223bec2a..00000000 --- a/libkmod/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2010 Lennart Poettering -# -# This file has been copied from systemd. It is a dirty trick to simplify -# compilation when CWD is not the root of the source tree. This file is not -# intended to be distributed. So, don't touch it, even better ignore it! - -all: - $(MAKE) -C .. - -clean: - $(MAKE) -C .. clean - -.PHONY: all clean diff --git a/testsuite/Makefile b/testsuite/Makefile deleted file mode 100644 index 38ba552e..00000000 --- a/testsuite/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2010 Lennart Poettering -# -# This file has been copied from systemd. It is a dirty trick to simplify -# compilation when CWD is not the root of the source tree. This file is not -# intended to be distributed. So, don't touch it, even better ignore it! - -all: - $(MAKE) -C .. check -check: - $(MAKE) -C .. check - -clean: - $(MAKE) -C .. clean - -.PHONY: all clean check diff --git a/tools/Makefile b/tools/Makefile deleted file mode 100644 index 223bec2a..00000000 --- a/tools/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2010 Lennart Poettering -# -# This file has been copied from systemd. It is a dirty trick to simplify -# compilation when CWD is not the root of the source tree. This file is not -# intended to be distributed. So, don't touch it, even better ignore it! - -all: - $(MAKE) -C .. - -clean: - $(MAKE) -C .. clean - -.PHONY: all clean