aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/tools.sh
Commit message (Collapse)AuthorAgeFilesLines
* For tools/ and debug/ build scripts, annd a numeric prefix, so that they ↵Yann E. MORIN"2008-05-021-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(-)
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-011-1/+1
| | | | | | | | - ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
* Introduce the notion of tols facilities (none so far, sstrip coming right ↵Yann E. MORIN"2007-06-011-0/+34
away...).