summaryrefslogtreecommitdiff
path: root/clcompile
blob: 99dfd164583300d6483f9b573cfb2c8c397dddcb (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/bin/colormake.pl $SIZE | /usr/bin/less -r -pError
n value='40'>40space:mode:
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/02/c5/4908BA23.6030105@schampijer.de/unread
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
master
Diffstat (limited to 'tags/02/c5/4908BA23.6030105@schampijer.de/unread')