• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AUTHORSH A D18-Feb-201244 21

BUGSH A D18-Feb-2012250 94

COPYINGH A D18-Feb-201217.6 KiB340281

ChangeLogH A D18-Feb-2012450 2115

READMEH A D18-Feb-20121.6 KiB6439

clmakeH A D03-May-2022906 3821

clmake-shortH A D03-May-2022906 3821

colormakeH A D03-May-2022906 3821

colormake-shortH A D03-May-2022906 3821

colormake.1H A D19-Feb-20122.8 KiB8784

colormake.plH A D03-May-20224.1 KiB15889

dist.shH A D18-Feb-2012391 169

README

1Colormake
2---------
3
4This is a simple wrapper for making the output from make easier to read
5(more colorful), and errors easier to find in messy compilations.  It was
6inspired by Micheal T. Babcock's excellent logcolorize program.
7
8
9Files
10-----
11
12colormake.pl   A perl filter, which colorizes make's output.
13colormake      A shell script, which combines make and colormake.pl
14
15The rest is documentation.
16
17
18Installation
19------------
20
21cp -fa colormake.pl colormake colormake-short clmake clmake-short /usr/bin/
22
23
24Usage
25-----
26
27Type "colormake" whenever you'd ordinarily type "make".
28
29Type "clmake" for the same effect, but piped through "less".
30
31The "colormake-short" and "clmake-short" versions of the commands will
32massage the output so lines do not wrap, but are otherwise the same.
33
34
35Contributing patches
36--------------------
37
38This project now lives on Github: https://github.com/pagekite/Colormake
39Feel free to fork it and send pull requests.
40
41
42Author
43------
44
45Bjarni R. Einarsson, http://bre.klaki.net/.
46
47
48License
49-------
50
51This program is free software; you can redistribute it and/or modify
52it under the terms of the GNU General Public License as published by
53the Free Software Foundation; either version 2 of the License, or
54(at your option) any later version.
55
56This program is distributed in the hope that it will be useful,
57but WITHOUT ANY WARRANTY; without even the implied warranty of
58MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59GNU General Public License for more details.
60
61You should have received a copy of the GNU General Public License
62along with this program; if not, write to the Free Software
63Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
64