citrun

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

commit 14f8d451f5e836d9f191aaa5c4c68cc3e458a723
parent 6683367a7545169ae72875c9b527865385c6f98c
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Mon,  4 Apr 2016 20:37:46 -0600

pkg: add some symlink magic

Diffstat:
Mpkg/openbsd/Makefile | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/pkg/openbsd/Makefile b/pkg/openbsd/Makefile @@ -31,5 +31,10 @@ do-build: 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>