svn commit: r284638 - head

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 20 11:11:14 UTC 2015


Author: bapt
Date: Sat Jun 20 11:11:13 2015
New Revision: 284638
URL: https://svnweb.freebsd.org/changeset/base/284638

Log:
  Remove temporary changes that crept in r284417 when it should not have
  
  Reported by:	antoine, jbeich

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Sat Jun 20 09:06:48 2015	(r284637)
+++ head/Makefile.inc1	Sat Jun 20 11:11:13 2015	(r284638)
@@ -451,8 +451,6 @@ LIB32WMAKEENV+=	MAKEOBJDIRPREFIX=${LIB32
 LIB32WMAKEFLAGS+= CC="${XCC} ${LIB32FLAGS}" \
 		CXX="${XCXX} ${LIB32FLAGS}" \
 		DESTDIR=${LIB32TMP} \
-		SHLIBDIR=/usr/lib32 \
-		LIBDIR=/usr/lib32 \
 		-DCOMPAT_32BIT \
 		-DLIBRARIES_ONLY \
 		-DNO_CPU_CFLAGS \


More information about the svn-src-all mailing list