diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-01-26 20:41:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-01-26 20:41:46 +0000 |
commit | 661b74414696d154bdc3f90ed4dda3615d3bdb7f (patch) | |
tree | a23a53dbd47c01639d72741e7febc9a22d11a413 | |
parent | 84a599e25ecca09cfaaa74e877db14b2a15f63ed (diff) |
Fix invocation of kmod's test suite.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9715 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/kmod.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index 4e365f284..74c650754 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -68,7 +68,7 @@ <para>To test the results, issue:</para> -<screen><userinput remap="test">./test/test-loaded</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package, and create symlinks for compatibility with Module-Init-Tools, the package that previously handled Linux kernel modules: diff --git a/general.ent b/general.ent index d86b5567d..c2c0e402a 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20120124"> -<!ENTITY releasedate "Jan 24, 2012"> +<!ENTITY version "SVN-20120126"> +<!ENTITY releasedate "Jan 26, 2012"> <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.1"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |