citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 04f1b4a7a7c8f3508f383e84b158b5eadfc4e9e5
parent 277dda2487c1bf07d3a6d849b86eb248a3fa6969
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Tue,  5 Apr 2016 19:47:38 -0600

pkg: don't manually create symlinks

Diffstat:
Mpkg/openbsd/Makefile | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/pkg/openbsd/Makefile b/pkg/openbsd/Makefile @@ -27,14 +27,9 @@ BUILD_DEPENDS = devel/jam \ devel/llvm do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} jam -q + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} jam -q -j2 do-install: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${ALL_FAKE_FLAGS} jam install - mkdir -p ${PREFIX}/share/citrun - cd ${PREFIX}/share/citrun && ln -s ../../bin/citrun_instrument cc - cd ${PREFIX}/share/citrun && ln -s ../../bin/citrun_instrument gcc - cd ${PREFIX}/share/citrun && ln -s ../../bin/citrun_instrument c++ - cd ${PREFIX}/share/citrun && ln -s ../../bin/citrun_instrument g++ .include <bsd.port.mk>