Unix and Linux Discussions Tagged with make |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
5,836 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
8,621 |
Shell Programming and Scripting |
|
|
|
14 |
32,683 |
Programming |
|
|
|
2 |
5,291 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
7,989 |
UNIX for Beginners Questions & Answers |
|
|
|
24 |
13,952 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
5,905 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
36,974 |
Red Hat |
|
|
|
4 |
3,552 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
7,047 |
Shell Programming and Scripting |
|
|
|
1 |
2,200 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,153 |
Shell Programming and Scripting |
|
|
|
1 |
7,413 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
7,934 |
UNIX for Advanced & Expert Users |
|
|
|
21 |
10,808 |
Shell Programming and Scripting |
|
|
|
11 |
7,270 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,441 |
Shell Programming and Scripting |
|
|
|
12 |
6,433 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
3,785 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
9,293 |
Programming |
|
|
|
0 |
3,483 |
UNIX for Advanced & Expert Users |
|
|
|
16 |
14,518 |
Shell Programming and Scripting |
|
|
|
0 |
8,017 |
Shell Programming and Scripting |
|
|
|
1 |
4,294 |
Programming |
|
|
|
1 |
4,007 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
6,091 |
Shell Programming and Scripting |
|
|
|
3 |
4,793 |
Shell Programming and Scripting |
|
|
|
1 |
13,308 |
Shell Programming and Scripting |
|
|
|
2 |
13,773 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
11,002 |
Homework & Coursework Questions |
|
|
|
6 |
5,173 |
Shell Programming and Scripting |
|
|
|
0 |
2,796 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,372 |
OS X (Apple) |
|
|
|
4 |
3,635 |
Solaris |
|
|
|
6 |
5,476 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
8,907 |
Shell Programming and Scripting |
|
|
|
3 |
5,247 |
Emergency UNIX and Linux Support |
|
|
|
3 |
15,550 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
8,967 |
Solaris |
|
|
|
1 |
3,250 |
UNIX for Dummies Questions & Answers |
clmake(1) General Commands Manual clmake(1)
NAME
clmake - color wrapper for make(1) and less(1)
SYNOPSIS
clmake [ -f makefile ] [ option ] ... target ...
DESCRIPTION
clmake acts as a wrapper around make(1) to ease reading the output by colorizing it. It also pipes the output to the less(1) text pager.
OPTIONS
clmake uses the same command line options as make(1).
USAGE
To change a makefile to use clmake, you may change the path at the top which normally reads #!/usr/bin/make to #!/usr/bin/clmake.
Alternately, you may type clmake whenever you would normally type make when compiling programs.
AUTHORS
Bjarni R. Einarsson is the author of clmake.
This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page.
This manual page was written by Joe Wreschnig <piman@sacredchao.net>, for the Debian GNU/Linux system (but may be used by others).
SEE ALSO
make(1), colormake(1), less(1)
July 2nd, 2001 clmake(1)