citrun

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

commit 457bccd011b284915171595e2e5f58ccb1059842
parent 84d65b92cf2196113d50032798199fbabbee3838
Author: Kyle Milz <kyle@0x30.net>
Date:   Wed,  6 Jul 2016 19:24:26 -0600

shuffle some files around

Diffstat:
Dbin/Jamfile | 18------------------
Rsrc/citrun-gl.1 -> man/citrun-gl.1 | 0
Rsrc/citrun-inst.1 -> man/citrun-inst.1 | 0
Rbin/citrun-wrap.1 -> man/citrun-wrap.1 | 0
Rbin/citrun-wrap.in -> src/wrap.in | 0
5 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/bin/Jamfile b/bin/Jamfile @@ -1,18 +0,0 @@ -SubDir TOP bin ; - -rule Generate -{ - Depends $(1) : $(2) ; - Depends all : $(1) ; -} - -actions Generate -{ - sed -e s,%PREFIX%,$(PREFIX), -e s,%VERSION%,$(VERSION), < $(2) > $(1) ; - chmod 755 $(1) ; -} - -Generate $(TOP)/bin/citrun-wrap : $(TOP)/bin/citrun-wrap.in ; - -InstallShell $(PREFIX)/bin : citrun-wrap ; -InstallMan $(PREFIX)/man : citrun-wrap.1 ; diff --git a/src/citrun-gl.1 b/man/citrun-gl.1 diff --git a/src/citrun-inst.1 b/man/citrun-inst.1 diff --git a/bin/citrun-wrap.1 b/man/citrun-wrap.1 diff --git a/bin/citrun-wrap.in b/src/wrap.in