summaryrefslogtreecommitdiff
path: root/scripts/build/tools.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-05-03Fix tools.sh and debug.sh now the tools/ and debug/ sub-dirs are numerically ↵Yann E. MORIN"1-2/+2
sorted. /trunk/scripts/build/debug.sh | 4 2 2 0 ++-- /trunk/scripts/build/tools.sh | 4 2 2 0 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
2008-05-02For tools/ and debug/ build scripts, annd a numeric prefix, so that they ↵Yann E. MORIN"1-1/+1
always get built in the same order, in case of library dependencies. /trunk/scripts/build/debug.sh | 2 1 1 0 +- /trunk/scripts/build/tools.sh | 2 1 1 0 +- 2 files changed, 2 insertions(+), 2 deletions(-)
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"1-1/+1
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
2007-06-01Introduce the notion of tols facilities (none so far, sstrip coming right ↵Yann E. MORIN"1-0/+34
away...).