view sources/native-builds/gentoo-bootstrap/mnt/build/bash.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

# Portage uses bash ~= regex matches, which were introduced in bash 3.

./configure --enable-cond-regexp --disable-nls --prefix=/usr &&
make -j $CPUS &&
make install