annotate sources/control-images/gentoo-bootstrap/mnt/build/file.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/file.sh@3ffcb56847e3
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 --prefix=/usr &&
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