svn commit: r244408 - head/share/mk

Ed Maste emaste at FreeBSD.org
Tue Dec 18 21:13:04 UTC 2012


Author: emaste
Date: Tue Dec 18 21:13:03 2012
New Revision: 244408
URL: http://svnweb.freebsd.org/changeset/base/244408

Log:
  No reason to install debug data with the schg flag

Modified:
  head/share/mk/bsd.lib.mk

Modified: head/share/mk/bsd.lib.mk
==============================================================================
--- head/share/mk/bsd.lib.mk	Tue Dec 18 21:02:38 2012	(r244407)
+++ head/share/mk/bsd.lib.mk	Tue Dec 18 21:13:03 2012	(r244408)
@@ -282,7 +282,7 @@ _libinstall:
 	    ${SHLIB_NAME} ${DESTDIR}${SHLIBDIR}
 .if defined(DEBUG_FLAGS)
 	${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
-	    ${_INSTALLFLAGS} ${_SHLINSTALLFLAGS} \
+	    ${_INSTALLFLAGS} \
 	    ${SHLIB_NAME}.symbols ${DESTDIR}${SHLIBDIR}
 .endif
 .if defined(SHLIB_LINK)


More information about the svn-src-all mailing list