git: 673a6f21da0f - stable/13 - Remove unnecessary terminating slash in iscsi module Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Aug 2022 18:10:32 UTC
The branch stable/13 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=673a6f21da0fd63d771204e933e94beef4299ccb commit 673a6f21da0fd63d771204e933e94beef4299ccb 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:07:17 +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 e74f8ff132e2..b7cb460102bb 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