diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2016-08-28 07:07:22 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2016-08-28 07:07:22 +0000 |
commit | 668f6ad277edc48511b19694177f60298405b0ec (patch) | |
tree | e4eb3c5a2153c7193d9e347e4caf1363efc73c01 | |
parent | 9d6ddc4efb178c4fd7ea118c499afb0cca82f056 (diff) |
No need to run autoreconf when only modifying Makefile.in.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11116 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/systemd.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index f956dda95..a6c38904a 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -59,11 +59,6 @@ -e 's@test-copy$(EXEEXT) @@' \ -i Makefile.in</userinput></screen> - <para>Rebuild generated files after modifying Makefile.am and - Makefile.in:</para> - -<screen><userinput remap="pre">autoreconf -fi</userinput></screen> - <para>Create a file to allow systemd to build when using Util-Linux built in Chapter 5, to disable LTO by default, and to build without xlstproc:</para> |