changeset 747:c8eb04cdc4d8

The powerpc stuff doesn't use this anymore, so delete it.
author Rob Landley <rob@landley.net>
date Mon, 15 Jun 2009 01:09:30 -0500
parents 93f2e856357e
children 897fb219ead7
files sources/toys/make-ppc_rom.tar.bz2 sources/toys/ppc_rom.bin system-image.sh
diffstat 3 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
Binary file sources/toys/make-ppc_rom.tar.bz2 has changed
Binary file sources/toys/ppc_rom.bin has changed
--- a/system-image.sh	Thu Jun 11 19:19:34 2009 -0500
+++ b/system-image.sh	Mon Jun 15 01:09:30 2009 -0500
@@ -191,11 +191,6 @@
 
 [ $? -ne 0 ] && dienow
 
-if [ "$ARCH" == powerpc ]
-then
-  cp "$SOURCES"/toys/ppc_rom.bin "$SYSIMAGE" || dienow
-fi
-
 # Tar it up.
 
 if [ -z "$SKIP_STAGE_TARBALLS" ]