wok-current diff gdb-python/receipt @ rev 16155
mirror-tools: no more mirror-info since http://hg.slitaz.org/slitaz-dev-tools/rev/113c2519c444
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 28 14:14:24 2014 +0000 (2014-03-28) |
parents | a065fc6a87fe |
children | e5abf3dfdfb0 |
line diff
1.1 --- a/gdb-python/receipt Sun Sep 22 16:24:55 2013 +0200 1.2 +++ b/gdb-python/receipt Fri Mar 28 14:14:24 2014 +0000 1.3 @@ -21,7 +21,7 @@ 1.4 cd $src 1.5 ./configure --prefix=/usr \ 1.6 --disable-werror $CONFIGURE_ARGS && \ 1.7 - make $MAKEFLAGS 2>&1 | grep -v STRERROR && 1.8 + make $MAKEFLAGS && 1.9 make DESTDIR=$DESTDIR install 1.10 } 1.11