diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-02-03 14:04:54 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-02-03 14:04:54 +0000 |
commit | d4957612113483fadccfac3c243f51848e1d8a14 (patch) | |
tree | 73ee5516a783194f6682214abdd4911f67d49a5a /chapter06 | |
parent | 90af5870fa4837c66e181a62e9494fb44180d2d8 (diff) |
grep: -k is not necessary for make test anymore
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/grep.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml index 2d46eb7a9..58b0db366 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -50,7 +50,7 @@ <para>To test the results, issue:</para> -<screen><userinput remap="test">make -k check</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> |