aboutsummaryrefslogtreecommitdiff
path: root/Makefile.steps
Commit message (Collapse)AuthorAgeFilesLines
* ct-ng now needs the 'build' action to be passed when restarting/stopping at ↵Yann E. MORIN"2007-07-041-3/+3
| | | | | | a specific step. Don't use make to build steps, rather use CT_NG to call ct-ng.
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-011-3/+3
| | | | | | | | - ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
* Better handling of the steps lists:Yann E. MORIN"2007-06-261-45/+27
| | | | | | - new make rulle: liststeps, - new help entry telling about liststeps, - update documentation accordingly.
* Revert revision 201: renaming the two cc_core passes was a bad idea.Yann E. MORIN"2007-06-021-6/+6
|
* Rename two steps to their real names:Yann E. MORIN"2007-06-011-6/+6
| | | | | - cc_core_pass_1 is really cc_core_static, - cc_core_pass_2 is really cc_core_shared.
* Introduce the notion of tols facilities (none so far, sstrip coming right ↵Yann E. MORIN"2007-06-011-0/+3
| | | | away...).
* Merge the NPTL stuff.Yann E. MORIN"2007-05-271-0/+50
That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later...