Date: Mon, 1 Aug 2022 18:15:35 GMT From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 1a7e1bb6b022 - stable/12 - Remove unnecessary terminating slash in iscsi module Makefile Message-ID: <202208011815.271IFZT3049332@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208011815.271IFZT3049332>