Insist on the trailing slash for OBJDIR

This commit is contained in:
Pierre Pronchery 2019-10-03 23:21:40 +02:00
parent 3cb499b8f5
commit 41b5a82017

View File

@ -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
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
---------------