summaryrefslogtreecommitdiff
path: root/clcompile
blob: 9aa2b3e77dccf67e1a4fbed0d882878b93714144 (plain)
  1. #!/bin/sh
  2. #
  3. # Wrapper around make, to colorize it's output and pipe through less.
  4. # Jumps to the first gcc error that occurs during the build process.
  5. #
  6. SIZE=`/bin/stty size`
  7. $@ 2>&1 | /usr/share/colormake/colormake.pl $SIZE | /usr/bin/less -r -pError
space:mode:
Diffstat (limited to 'tags/57/bf/5188E242.5010207@schampijer.de/sugar')
-rw-r--r--tags/57/bf/5188E242.5010207@schampijer.de/sugar0
1 files changed, 0 insertions, 0 deletions