comparison sources/control-images/gentoo-bootstrap/mnt/build/bash.sh @ 1275:a4cb2ed0a551

Move sources/native-builds to sources/control-images, so the naming is consistent.
author Rob Landley <rob@landley.net>
date Sun, 07 Nov 2010 15:55:26 -0600
parents sources/native-builds/gentoo-bootstrap/mnt/build/bash.sh@3ffcb56847e3
children
comparison
equal deleted inserted replaced
1274:b41dbea3ba14 1275:a4cb2ed0a551
1 #!/bin/sh
2
3 # Portage uses bash ~= regex matches, which were introduced in bash 3.
4
5 ./configure --enable-cond-regexp --disable-nls --prefix=/usr &&
6 make -j $CPUS &&
7 make install