annotate sources/native-builds/gentoo-bootstrap/mnt/build/rsync.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 --prefix=/usr &&
3ffcb56847e3 Redo gentoo-boostrap on top of bootstrap-skeleton.
Rob Landley <rob@landley.net>
parents:
diff changeset
4 # Break link and touch file, otherwise ./configure tries to recreate it
3ffcb56847e3 Redo gentoo-boostrap on top of bootstrap-skeleton.
Rob Landley <rob@landley.net>
parents:
diff changeset
5 # which requires perl.
3ffcb56847e3 Redo gentoo-boostrap on top of bootstrap-skeleton.
Rob Landley <rob@landley.net>
parents:
diff changeset
6 cat proto.h-tstamp > proto.h.new &&
3ffcb56847e3 Redo gentoo-boostrap on top of bootstrap-skeleton.
Rob Landley <rob@landley.net>
parents:
diff changeset
7 mv -f proto.h.new proto.h-tstamp &&
3ffcb56847e3 Redo gentoo-boostrap on top of bootstrap-skeleton.
Rob Landley <rob@landley.net>
parents:
diff changeset
8 make -j $CPUS &&
3ffcb56847e3 Redo gentoo-boostrap on top of bootstrap-skeleton.
Rob Landley <rob@landley.net>
parents:
diff changeset
9 make install