Deleted Added
sdiff udiff text old ( 297591 ) new ( 297997 )
full compact
1# $FreeBSD: head/Makefile.libcompat 297591 2016-04-05 21:12:03Z bdrewery $
2
3.if !targets(__<${_this:T}>__)
4__<${_this:T}>__:
5
6# Makefile for the compatibility libraries.
7# - 32-bit compat libraries on PowerPC and AMD64.
8# could also be for mips, but that doesn't work today.
9

--- 73 unchanged lines hidden (view full) ---

83
84# Yes, the flags are redundant.
85LIBCOMPATWMAKEENV+= MAKEOBJDIRPREFIX=${LIBCOMPAT_OBJTREE} \
86 INSTALL="sh ${.CURDIR}/tools/install.sh" \
87 PATH=${TMPPATH} \
88 LIBDIR=/usr/lib${libcompat} \
89 SHLIBDIR=/usr/lib${libcompat} \
90 DTRACE="${LIB$COMPATDTRACE:U${DTRACE}}"
91LIBCOMPATWMAKEFLAGS+= CC="${XCC} ${LIBCOMPATCFLAGS}" \
92 CXX="${XCXX} ${LIBCOMPATCFLAGS} ${LIBCOMPATCXXFLAGS}" \
93 DESTDIR=${LIBCOMPATTMP} \
94 -DNO_CPU_CFLAGS \
95 MK_CTF=no \
96 -DNO_LINT \
97 MK_TESTS=no
98LIBCOMPATWMAKE+= ${LIBCOMPATWMAKEENV} ${MAKE} ${LIBCOMPATWMAKEFLAGS} \

--- 73 unchanged lines hidden ---