mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 22:54:10 +02:00
This was weird solution, with nothing to gain from inline patch in the ebuild. No variable substitution, no conditional, nothing. It was even the same file across versions. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
8 lines
237 B
Diff
8 lines
237 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -56 +56 @@
|
|
-all: bin/buildah bin/imgtype bin/copy bin/inet bin/tutorial docs
|
|
+all: bin/buildah docs
|
|
@@ -122 +122 @@
|
|
-docs: install.tools ## build the docs on the host
|
|
+docs: ## build the docs on the host
|