citrun

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

commit b99075d573a6f1180cf79969b4282885d1edddec
parent f85b78e03c4f0c90b7af0ef088fcc66ba6ee8313
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun,  8 Jan 2017 15:04:18 -0700

jam: move move Jamrules.tail

Diffstat:
MJamfile | 2++
RJamrules.tail -> Jamrules.extra | 0
Mconfigure | 2--
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jamfile b/Jamfile @@ -1,5 +1,7 @@ SubDir TOP ; +include Jamrules.extra ; + # # Different build modifiers. Put them here because it only makes sense to run # them from the root directory. diff --git a/Jamrules.tail b/Jamrules.extra diff --git a/configure b/configure @@ -82,6 +82,4 @@ INST_LIBS = ${INST_EXTRALIB-} ${LDGROUP_START-} ${CLANG_LIBS} ${LDGROUP_END-} `llvm-config --libs ${LLVM_LIBS}` `llvm-config --system-libs` ; - -include Jamrules.tail ; EOF