changeset 7:e74e167f8d0c

Tweaks
author Gary Benson <gbenson@redhat.com>
date Wed, 24 Feb 2010 11:45:17 +0000
parents ae1e29fcfe57
children 74f4ea69236a
files Makefile build.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Feb 24 10:15:43 2010 +0000
+++ b/Makefile	Wed Feb 24 11:45:17 2010 +0000
@@ -3,7 +3,7 @@
 
 TARGETS = product debug productzero debugzero productshark debugshark
 
-default: product
+default: productshark
 
 $(TARGETS):
 	rm -Rf $(BOOTDIR)
--- a/build.sh	Wed Feb 24 10:15:43 2010 +0000
+++ b/build.sh	Wed Feb 24 11:45:17 2010 +0000
@@ -6,7 +6,7 @@
 bootdir=$1
 case $2 in
 *zero)  arch=zero;  mode=zero  ;;
-*shark) arch=shark; mode=shark ;;
+*shark) arch=zero;  mode=shark ;;
 *)      arch=amd64; mode=      ;;
 esac
 target=$(echo $2 | sed "s/$mode\$//")