diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-07-14 03:59:18 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-07-14 03:59:18 +0000 |
commit | 67ce2a201a67ec4ed0aa0b79cf7b5e8b529efa24 (patch) | |
tree | e8f5bdc62cc370e98a35edf5f0135c1f30ac206e /chapter06/make.xml | |
parent | fc29485773fdef21e074c41133ecacdd1d3b96d1 (diff) |
Update to linux-4.12.1.
Update to libpipeline-1.4.2.
Update to iproute2-4.12.0.
Fix the test procedure in make.
Fix the test procedure in procps-ng.
Update to glibc-2.25+adc7e06.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11269 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/make.xml')
-rw-r--r-- | chapter06/make.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index 791908683..f88105c01 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -48,9 +48,11 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <para>The test suite needs to know where supporting perl files are located. + We use an envronment variable to accomplish this. To test the + results, issue:</para> -<screen><userinput remap="test">make check</userinput></screen> +<screen><userinput remap="test">make PERL5LIB=$PWD/tests/ check</userinput></screen> <para>Install the package:</para> |