git: 1a7e1bb6b022 - stable/12 - Remove unnecessary terminating slash in iscsi module Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Aug 2022 18:15:35 UTC
The branch stable/12 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=1a7e1bb6b022026cb3adef3dd000dc94edb83498 commit 1a7e1bb6b022026cb3adef3dd000dc94edb83498 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2022-07-27 19:04:22 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2022-08-01 18:08:38 +0000 Remove unnecessary terminating slash in iscsi module Makefile The additional slash causes double slashes in the filenames that eventually get passed to the compiler. MFC after: 3 days (cherry picked from commit dfddfe29d85c5c60b30db3c9dec32e4d8270bd49) --- sys/modules/iscsi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/iscsi/Makefile b/sys/modules/iscsi/Makefile index 9b150f5c2213..040bacb22a93 100644 --- a/sys/modules/iscsi/Makefile +++ b/sys/modules/iscsi/Makefile @@ -3,7 +3,7 @@ SYSDIR?=${SRCTOP}/sys .include "${SYSDIR}/conf/kern.opts.mk" -.PATH: ${SRCTOP}/sys/dev/iscsi/ +.PATH: ${SRCTOP}/sys/dev/iscsi KMOD= iscsi SRCS= iscsi.c