diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-01-27 10:39:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-01 09:58:56 +0000 |
commit | 6756801c7f1d3b8a6326567a164891333b1f10d3 (patch) | |
tree | 307775c990a51ddd1f00bf942f18ea2fb6ef0d98 /general-concepts | |
parent | ebuild-writing/eapi: update link to Python guide (diff) | |
download | devmanual-6756801c7f1d3b8a6326567a164891333b1f10d3.tar.gz devmanual-6756801c7f1d3b8a6326567a164891333b1f10d3.tar.bz2 devmanual-6756801c7f1d3b8a6326567a164891333b1f10d3.zip |
general-concepts/autotools: Remove comment re einfo
In commit d9e28f40be32f76224ef0dbe2f3163e0615896f1, einfo lines were
removed from the examples but a paragraph still still referenced it.
Delete the paragraph.
Closes: https://bugs.gentoo.org/832156
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'general-concepts')
-rw-r--r-- | general-concepts/autotools/text.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/general-concepts/autotools/text.xml b/general-concepts/autotools/text.xml index 11cacf3..c4abdd4 100644 --- a/general-concepts/autotools/text.xml +++ b/general-concepts/autotools/text.xml @@ -141,13 +141,6 @@ src_configure() { } </codesample> -<p> -The <c>einfo</c> message before running autotools is not mandatory. However, these -steps can sometimes take a while and may produce no output, so it may make sense -to let the user know that something is still happening. See -<uri link="::ebuild-writing/messages"/>. -</p> - </body> </section> |