Insist on the trailing slash for OBJDIR
This commit is contained in:
parent
3cb499b8f5
commit
41b5a82017
|
@ -41,7 +41,9 @@ amd64 platforms, it produces a multiboot-compliant kernel file.
|
||||||
Note that it is also possible to build uKernel outside of the source tree, by
|
Note that it is also possible to build uKernel outside of the source tree, by
|
||||||
using the "OBJDIR" variable as follows:
|
using the "OBJDIR" variable as follows:
|
||||||
|
|
||||||
$ make ARCH="i386" OBJDIR="$PWD/obj-i386"
|
$ make ARCH="i386" OBJDIR="$PWD/obj-i386/"
|
||||||
|
|
||||||
|
(note that the trailing slash is required)
|
||||||
|
|
||||||
Testing uKernel
|
Testing uKernel
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user