view sources/native-builds/gentoo-bootstrap/mnt/build/python.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
line wrap: on
line source

#!/bin/sh

./configure --prefix=/usr &&
make -j $CPUS &&
make install