[lfs] branch trunk updated: ch06/coreutils: remove --enable-no-install-program
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <178621801202.496303.17973159328989028160@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository lfs.
The following commit(s) were added to refs/heads/trunk by this push:
new a5e18ad3e ch06/coreutils: remove --enable-no-install-program
a5e18ad3e is described below
commit a5e18ad3e14341df27f8e4ca1ebdbc5dad6e8768
Author: Xi Ruoyao <[email protected]>
AuthorDate: Sun Aug 9 03:38:12 2026 +0800
ch06/coreutils: remove --enable-no-install-program
The kill and uptime programs are already disabled by default since 9.11
release, having this switch causes configure to warn about its
redundancy.
This switch is already removed from ch08 earlier.
---
chapter06/coreutils.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index 9b246a5f4..0176d7dac 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -48,8 +48,7 @@
<screen><userinput remap="configure">./configure --prefix=/usr \
--host=$LFS_TGT \
--build=$(build-aux/config.guess) \
- --enable-install-program=hostname \
- --enable-no-install-program=kill,uptime</userinput></screen>
+ --enable-install-program=hostname</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page