annotate more/run-emulator-from-build.sh @ 1802:315c9e9af893 draft

Deleting sh from build/host each time caused record-commands.sh to rerun, which screwed up parallel builds. Only delete after building busybox.
author Rob Landley <rob@landley.net>
date Mon, 02 Nov 2015 01:14:08 -0600
parents 6173bb6f3b2c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1193
6173bb6f3b2c Three convenience scripts to bounce off build/system-image-$ARCH and run stuff
Rob Landley <rob@landley.net>
parents:
diff changeset
1 #!/bin/bash
6173bb6f3b2c Three convenience scripts to bounce off build/system-image-$ARCH and run stuff
Rob Landley <rob@landley.net>
parents:
diff changeset
2
6173bb6f3b2c Three convenience scripts to bounce off build/system-image-$ARCH and run stuff
Rob Landley <rob@landley.net>
parents:
diff changeset
3 # Launch system image out of build directory.
6173bb6f3b2c Three convenience scripts to bounce off build/system-image-$ARCH and run stuff
Rob Landley <rob@landley.net>
parents:
diff changeset
4
6173bb6f3b2c Three convenience scripts to bounce off build/system-image-$ARCH and run stuff
Rob Landley <rob@landley.net>
parents:
diff changeset
5 cd build/system-image-"$1" && ./run-emulator.sh