annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1259
3ffcb56847e3 Redo gentoo-boostrap on top of bootstrap-skeleton.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 #!/bin/sh
3ffcb56847e3 Redo gentoo-boostrap on top of bootstrap-skeleton.
Rob Landley <rob@landley.net>
parents:
diff changeset
2
3ffcb56847e3 Redo gentoo-boostrap on top of bootstrap-skeleton.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 ./configure --without-cxx-binding --with-shared &&
3ffcb56847e3 Redo gentoo-boostrap on top of bootstrap-skeleton.
Rob Landley <rob@landley.net>
parents:
diff changeset
4 make -j $CPUS &&
3ffcb56847e3 Redo gentoo-boostrap on top of bootstrap-skeleton.
Rob Landley <rob@landley.net>
parents:
diff changeset
5 make install