diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-07-24 14:48:14 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-07-24 14:48:14 +0000 |
commit | ad83f72ad8ff3782a03c2bbd97cd746f908c9166 (patch) | |
tree | 95a73c8ca67a7e87a228078736659284ea1a3044 /chapter06/module-init-tools.xml | |
parent | 0102f5359213fee5ec5f1acd70885328043dca19 (diff) |
Remove extraneous && in chained commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/module-init-tools.xml')
-rw-r--r-- | chapter06/module-init-tools.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 3dcc8bfa2..77228fcbb 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -44,8 +44,8 @@ <command>make distclean</command> command is required to clean up the source tree, as the source gets recompiled as part of the testing process):</para> -<screen><userinput>./configure && -make check && +<screen><userinput>./configure +make check make distclean</userinput></screen> <para>Prepare Module-Init-Tools for compilation:</para> |