summaryrefslogtreecommitdiff
path: root/Makefile.steps
AgeCommit message (Collapse)AuthorFilesLines
2007-07-15Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.Yann E. MORIN"1-35/+0
2007-07-09Separate clean actions from build actions;Yann E. MORIN"1-1/+1
Re-label "Preconfigured actions" to "Preconfigured toolchains"; Small eye-candy fix in the help text for liststeps.
2007-07-04ct-ng now needs the 'build' action to be passed when restarting/stopping at ↵Yann E. MORIN"1-3/+3
a specific step. Don't use make to build steps, rather use CT_NG to call ct-ng.
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...