diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-17 04:59:10 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-02-17 04:59:10 +0000 |
commit | 177aee0f061bfceafa797ec433925146bff6b431 (patch) | |
tree | 4cb283fb35714b5924fa639a06cb1a39690d2efe /chapter06/automake.xml | |
parent | d02c56d5f5dc1d2a8bea323b95acb48cb940051e (diff) |
Delete unneded symlinks in /usr; add /usr/libexec.
Use better workarund for automake tests.
Minor spacing issues.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10476 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index e4c862f4e..d02700a27 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -55,11 +55,8 @@ systems with only one processor due to internal delays in individual tests. To test the results, issue:</para> -<screen><userinput remap="test">mv -v /usr/lib/libfl.{so,save} -ln -sv libfl.a /usr/lib/libfl.so -make -j4 check -rm -v /usr/lib/libfl.so -mv -v /usr/lib/libfl.{save,so}</userinput></screen> +<screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &:" t/lex-{clean,depend}-cxx.sh +make -j4 check</userinput></screen> <para>Install the package:</para> |