diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-04-14 21:06:10 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-04-14 21:06:10 +0000 |
| commit | d1dd034d078c8ce6c052bada500f90977c535e42 (patch) | |
| tree | 8aaa286b7ad01438e74918c3c600dd2e1609dfc1 /Makefile.libcompat | |
| parent | d7296a8faeef2f4a69307412f620504604c76392 (diff) | |
Notes
Diffstat (limited to 'Makefile.libcompat')
| -rw-r--r-- | Makefile.libcompat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat index 2c15a9bbd3cde..560a50c42573e 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -88,6 +88,10 @@ LIBCOMPATWMAKEENV+= MAKEOBJDIRPREFIX=${LIBCOMPAT_OBJTREE} \ LIBDIR=/usr/lib${libcompat} \ SHLIBDIR=/usr/lib${libcompat} \ DTRACE="${LIB$COMPATDTRACE:U${DTRACE}}" +.if ${MK_META_MODE} != "no" +# Don't rebuild build-tools targets during normal build. +LIBCOMPATWMAKEENV+= BUILD_TOOLS_META=.NOMETA_CMP +.endif LIBCOMPATWMAKEFLAGS+= CC="${XCC} ${LIBCOMPATCFLAGS}" \ CXX="${XCXX} ${LIBCOMPATCFLAGS} ${LIBCOMPATCXXFLAGS}" \ DESTDIR=${LIBCOMPATTMP} \ |
