summaryrefslogtreecommitdiff
path: root/Makefile.steps
AgeCommit message (Collapse)AuthorFilesLines
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"1-3/+3
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
2007-06-26Better handling of the steps lists:Yann E. MORIN"1-45/+27
- new make rulle: liststeps, - new help entry telling about liststeps, - update documentation accordingly.
2007-06-02Revert revision 201: renaming the two cc_core passes was a bad idea.Yann E. MORIN"1-6/+6
2007-06-01Rename two steps to their real names:Yann E. MORIN"1-6/+6
- cc_core_pass_1 is really cc_core_static, - cc_core_pass_2 is really cc_core_shared.
2007-06-01Introduce the notion of tols facilities (none so far, sstrip coming right ↵Yann E. MORIN"1-0/+3
away...).
2007-05-27Merge the NPTL stuff.Yann E. MORIN"1-0/+50
That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later...