blob: cdaf9bff926f2c78132f57e9793bc5fe176087e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#requires ncurses
#requires flex
#requires bison
#requires readline
#requires texinfo
mcd $BUILDDIR/gdb
$SRC/gdb-*/configure $TCONFIGARGS --without-rpm --with-system-readline
notparallel
make $J -k
make $J -k install
|