The branch main has been updated by dim:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=dfddfe29d85c5c60b30db3c9dec32e4d8270bd49

commit dfddfe29d85c5c60b30db3c9dec32e4d8270bd49
Author:     Dimitry Andric <[email protected]>
AuthorDate: 2022-07-27 19:04:22 +0000
Commit:     Dimitry Andric <[email protected]>
CommitDate: 2022-07-27 19:13:59 +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
---
 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

Reply via email to