[go: up one dir, main page]

File: cmake

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

SIZE=`/bin/stty size`
/usr/bin/make $* 2>&1 | /usr/bin/colormake.pl $SIZE