teven quieter gcc - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2548dc0d116b8a9ae665adf0f54faa677d512c7b
 (DIR) parent a756f96a40b577f2b748b7dac82c55116ab330b3
 (HTM) Author: rsc <devnull@localhost>
       Date:   Wed, 16 Feb 2005 17:14:01 +0000
       
       even quieter gcc
       
       Diffstat:
         M bin/9c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/bin/9c b/bin/9c
       t@@ -59,7 +59,7 @@ xtmp=/tmp/9c.$$.$USER.out
        $cc -DPLAN9PORT -I$PLAN9/include $cflags "$@" >$xtmp 2>&1
        status=$?
        grep -v '__p9l_autolib_' $xtmp |
       -egrep -v ': error: .Each undeclared identifier|: error: for each function it appears|: In function `' |
       +egrep -v ': error: .Each undeclared identifier|: error: for each function it appears|: In function `|: At top level: ' |
        sed 's/\"\([^\"][^\"]*\)\", line \([0-9][0-9]*\)/\1:\2/g'
        rm -f $xtmp $xtmp.status
        exit $status