]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Drop leftover makefiles
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 1 Apr 2025 17:06:36 +0000 (12:06 -0500)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 1 Apr 2025 17:27:12 +0000 (12:27 -0500)
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 <lucas.de.marchi@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/334
libkmod/Makefile [deleted file]
testsuite/Makefile [deleted file]
tools/Makefile [deleted file]

diff --git a/libkmod/Makefile b/libkmod/Makefile
deleted file mode 100644 (file)
index 223bec2..0000000
+++ /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 (file)
index 38ba552..0000000
+++ /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 (file)
index 223bec2..0000000
+++ /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