[go: up one dir, main page]

File: clmake

package info (click to toggle)
colormake 0.2-10
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 244 kB
  • ctags: 12
  • sloc: perl: 151; makefile: 23; sh: 9
file content (7 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash
#
# Wrapper around make, to colorize it's output and pipe through less.
# Jumps to the first gcc error that occurs during the build process.
#

make $* 2>&1 | colormake.pl `stty size` | less -r -pError