~bdrung/qemu-kvm/caps-lock-key-up-event

« back to all changes in this revision

Viewing changes to debian/qemu-debootstrap

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2010-11-16 17:45:13 UTC
  • Revision ID: james.westby@ubuntu.com-20101116174513-p7ra5meztv6gao77
Don't allow parallel build of kvm, as it is rumored to be the
cause of error compilations, including 'qemu-host.h not found'

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
if [ "`basename "$0"`" = "build-arm-chroot" ]; then
72
72
    deb_arch="armel"
73
73
    log "Setting Debian architecture to armel"
74
 
    warn "$0 is deprecated, please use qemu-debootstrap"
 
74
    log "W:" "$0 is deprecated, please use qemu-debootstrap"
75
75
fi
76
76
 
77
77
opts=""
110
110
            eval $stage=\"\$1\"
111
111
            args="$args $(escape "$1")"
112
112
        else
113
 
            if [ $stage != script ]; then
114
 
                die "option %s may not be empty" "$stage"
115
 
            fi
 
113
            die "option %s may not be empty" "$stage"
116
114
        fi
117
115
        shift
118
116
      ;;