Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2021 21:38:20 GMT
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 74eb7f97ecd6 - main - Fix make includes path to nvpair.h
Message-ID:  <202101192138.10JLcK0d078493@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arichardson:

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

commit 74eb7f97ecd62d0a7e056e4c2fd696f2c267e3a5
Author:     Alex Richardson <arichardson@FreeBSD.org>
AuthorDate: 2021-01-19 11:40:05 +0000
Commit:     Alex Richardson <arichardson@FreeBSD.org>
CommitDate: 2021-01-19 21:23:25 +0000

    Fix make includes path to nvpair.h
    
    Fixes a typo introduced in 9e5787d2284e187abb5b654d924394a65772e004
---
 include/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/Makefile b/include/Makefile
index 24762ea641f2..b6eb63e5ef15 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -397,7 +397,7 @@ symlinks: .PHONY .META
 	cd ${SRCTOP}/sys/rpc;
 .if ${MK_CDDL} != "no"
 	${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
-	    ../../../sys/contrib/openenzfs/include/sys/nvpair.h \
+	    ../../../sys/contrib/openzfs/include/sys/nvpair.h \
 	    ${SDESTDIR}${INCLUDEDIR}/sys
 .endif
 .if ${MK_MLX5TOOL} != "no"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101192138.10JLcK0d078493>