Author: emaste
Date: Thu Jan 16 17:27:08 2020
New Revision: 356797
URL: https://svnweb.freebsd.org/changeset/base/356797

Log:
  pkgbase: move profiling _p.a libs into -development packages
  
  Profiling library archives are part of the development environment; they
  don't need to be in separate -profile packages.
  
  (In fact we can probably just eliminate the _p.a archives assuming that
  profiling will be done using hwpmc etc., but that is a change for later.)
  
  Discussed with:       bapt, manu
  Sponsored by: The FreeBSD Foundation

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

Modified: head/share/mk/bsd.lib.mk
==============================================================================
--- head/share/mk/bsd.lib.mk    Thu Jan 16 17:15:06 2020        (r356796)
+++ head/share/mk/bsd.lib.mk    Thu Jan 16 17:27:08 2020        (r356797)
@@ -437,7 +437,7 @@ _libinstall:
            ${_INSTALLFLAGS} lib${LIB_PRIVATE}${LIB}.a ${DESTDIR}${_LIBDIR}/
 .endif
 .if ${MK_PROFILE} != "no" && defined(LIB) && !empty(LIB)
-       ${INSTALL} ${TAG_ARGS:D${TAG_ARGS},profile} -C -o ${LIBOWN} -g 
${LIBGRP} -m ${LIBMODE} \
+       ${INSTALL} ${TAG_ARGS:D${TAG_ARGS},development} -C -o ${LIBOWN} -g 
${LIBGRP} -m ${LIBMODE} \
            ${_INSTALLFLAGS} lib${LIB_PRIVATE}${LIB}_p.a ${DESTDIR}${_LIBDIR}/
 .endif
 .if defined(SHLIB_NAME)
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to