citrun

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

commit 183831f2939d224adbe590fb2fcb864abf9b2230
parent 9fb52ac65ed7b92738d337f2b061f2df42c8aff7
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri,  8 Jul 2016 23:31:36 -0600

share: fuck it go back to the way it was before

Diffstat:
Mshare/Jamfile | 4++--
Ashare/cc | 2++
Ashare/gcc | 2++
3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/share/Jamfile b/share/Jamfile @@ -18,8 +18,8 @@ actions InstallCompilerSyms } # These are used for in-tree testing -SoftLink $(TOP)/share/cc : $(PREFIX)/src/citrun-inst ; -SoftLink $(TOP)/share/gcc : $(PREFIX)/src/citrun-inst ; +#SoftLink $(TOP)/share/cc : $(PREFIX)/src/citrun-inst ; +#SoftLink $(TOP)/share/gcc : $(PREFIX)/src/citrun-inst ; # This is a completely different set generated at install time InstallCompilerSyms $(PREFIX)/share/citrun : cc gcc ; diff --git a/share/cc b/share/cc @@ -0,0 +1 @@ +../src/citrun-inst +\ No newline at end of file diff --git a/share/gcc b/share/gcc @@ -0,0 +1 @@ +../src/citrun-inst +\ No newline at end of file