comparison root-filesystem.sh @ 1401:f1d2afdf2034

Add base_architecture, make base architectures and extra targets work, and move i586 virtio stuff to new i686-kvm target.
author Rob Landley <rob@landley.net>
date Mon, 27 Jun 2011 06:40:25 -0500
parents b74d36876c0a
children
comparison
equal deleted inserted replaced
1400:0b1022dc9a36 1401:f1d2afdf2034
3 # Combine the output of simple-root-filesystem and native-compiler. 3 # Combine the output of simple-root-filesystem and native-compiler.
4 4
5 . sources/include.sh || exit 1 5 . sources/include.sh || exit 1
6 6
7 load_target "$1" 7 load_target "$1"
8
9 check_for_base_arch || exit 0
8 10
9 [ ! -d "$BUILD/simple-root-filesystem-$ARCH" ] && 11 [ ! -d "$BUILD/simple-root-filesystem-$ARCH" ] &&
10 echo "No $BUILD/simple-root-filesystem-$ARCH" >&2 && 12 echo "No $BUILD/simple-root-filesystem-$ARCH" >&2 &&
11 exit 1 13 exit 1
12 14