comparison sources/native-builds/gentoo-bootstrap/mnt/build/ncurses.sh @ 1259:3ffcb56847e3

Redo gentoo-boostrap on top of bootstrap-skeleton.
author Rob Landley <rob@landley.net>
date Thu, 07 Oct 2010 23:52:23 -0500
parents
children
comparison
equal deleted inserted replaced
1258:c264495fbf21 1259:3ffcb56847e3
1 #!/bin/sh
2
3 ./configure --without-cxx-binding --with-shared &&
4 make -j $CPUS &&
5 make install