git: aa8567656e7c - main - bsd.compat.mk: Fix indentation for alignment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jul 2023 19:20:59 UTC
The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=aa8567656e7c2acf5a9e436195ba5dc47f279ac6 commit aa8567656e7c2acf5a9e436195ba5dc47f279ac6 Author: Jessica Clarke <jrtc27@FreeBSD.org> AuthorDate: 2023-07-07 19:17:19 +0000 Commit: Jessica Clarke <jrtc27@FreeBSD.org> CommitDate: 2023-07-07 19:17:19 +0000 bsd.compat.mk: Fix indentation for alignment Fixes: 91d7edd549f5 ("Generalise libcompat to be a list rather than a single option") --- share/mk/bsd.compat.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.compat.mk b/share/mk/bsd.compat.mk index 388a687e695b..444a25101357 100644 --- a/share/mk/bsd.compat.mk +++ b/share/mk/bsd.compat.mk @@ -115,8 +115,8 @@ WORLDTMP?= ${SYSROOT} LIB${_LIBCOMPAT}_OBJTOP?= ${OBJTOP}/obj-lib${_libcompat} LIB${_LIBCOMPAT}CFLAGS+= ${LIB${_LIBCOMPAT}CPUFLAGS} \ - --sysroot=${WORLDTMP} \ - ${BFLAGS} + --sysroot=${WORLDTMP} \ + ${BFLAGS} LIB${_LIBCOMPAT}LDFLAGS+= -L${WORLDTMP}/usr/lib${_libcompat}