Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Mar 2021 00:00:55 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7af04dff025d - main - Only symlink cryptodev.h into /usr/include/crypto/
Message-ID:  <202103200000.12K00tKV080382@gitrepo.freebsd.org>

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

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

commit 7af04dff025d98e2feff979756ecde8ef0ace390
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-03-19 23:59:44 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2021-03-19 23:59:44 +0000

    Only symlink cryptodev.h into /usr/include/crypto/
    
    I missed updating the symlink side in the earlier commit.
    
    Fixes:          283352dd4f6a3bb2f3c7cb45ce5dca3d86f5e3f4
    MFC after:      1 week
---
 include/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/include/Makefile b/include/Makefile
index eebc7f0e121f..8d50aeea864f 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -418,10 +418,7 @@ symlinks: .PHONY .META
 	    $$(printf '../../../../%s ' sys/netpfil/pf/*.h) \
 	    ${SDESTDIR}${INCLUDEDIR}/netpfil/pf;
 .endif
-	${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../sys/crypto/rijndael/rijndael.h \
-	    ${SDESTDIR}${INCLUDEDIR}/crypto; \
-	cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
-	    $$(printf '../../../%s ' sys/opencrypto/*.h) \
+	${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../sys/opencrypto/cryptodev.h \
 	    ${SDESTDIR}${INCLUDEDIR}/crypto; \
 	cd ${SRCTOP}; ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} \
 	    $$(printf '../../../%s ' sys/${MACHINE}/include/*.h) \



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