Skip to content

Commit

Permalink
lkl: update build documentation
Browse files Browse the repository at this point in the history
Commit e17cf3a (tools: Support relative directory path for 'O=') breaks
lkl builds when invoked as 'make tools/lkl'. This seems to be an
upstream issue.

As a workaround, update documentation to use the "old" invocation,
before commit 69a8b30 (tools: Add the lkl host library to the common
tools Makefile).

Signed-off-by: Octavian Purdila <octavian.purdila@intel.com>
  • Loading branch information
Octavian Purdila committed Aug 19, 2016
1 parent f127d50 commit 7712121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/lkl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The supported hosts for now are POSIX and Windows userspace applications.
Building LKL, the host library and LKL based tools
==================================================

$ make tools/lkl
$ make -C tools/lkl

will build LKL as a object file, it will install it in tools/lkl/lib together
with the headers files in tools/lkl/include then will build the host library,
Expand Down Expand Up @@ -56,7 +56,7 @@ Building LKL on FreeBSD
#Prefer ports binutils and GNU bc(1):
$ export PATH=/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/lib64/ccache

$ gmake tools/lkl
$ gmake -C tools/lkl

Building LKL on Ubuntu
-----------------------
Expand All @@ -66,7 +66,7 @@ Building LKL on Ubuntu
# Optional, if you would like to be able to run tests
$ sudo apt-get install btrfs-tools

$ make tools/lkl
$ make -C tools/lkl

# To check that everything works:
$ cd tools/lkl
Expand Down

0 comments on commit 7712121

Please sign in to comment.