X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mx1.ophane.net (vnr.ophane.net [78.244.206.64]) by mail.alpinelinux.org (Postfix) with ESMTP id C299E58813A for ; Tue, 23 Aug 2011 23:27:59 +0000 (UTC) Received: from localhost (unknown [192.168.1.43]) by mx1.ophane.net (Postfix) with ESMTP id 0471635F033 for ; Wed, 24 Aug 2011 01:27:56 +0200 (CEST) From: Guillaume Sellier To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH 8/8] Busybox grep help message during Xen compiling Date: Wed, 24 Aug 2011 01:29:30 +0200 Message-Id: <1314142170-8100-3-git-send-email-guillaume@ophane.net> X-Mailer: git-send-email 1.7.6 In-Reply-To: <1314142170-8100-1-git-send-email-guillaume@ophane.net> References: <1314142170-8100-1-git-send-email-guillaume@ophane.net> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Hi, I found busybox grep help message display during Xen compiling, somewhere around KVM support yes fdt support no qemu successfuly configured for Xen qemu-dm build make -C ioemu-dir install BusyBox v1.18.5 (2011-07-08 13:01:39 UTC) multi-call binary. Usage: grep [-HhnlLoqvsriwFEz] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f FILE [FILE]... Search for PATTERN in FILEs (or stdin) Options: -H Add 'filename:' prefix -h Do not add 'filename:' prefix -n Add 'line_no:' prefix -l Show only names of files that match -L Show only names of files that don't match -c Show only count of matching lines <--snip--> === PCI passthrough capability has been enabled === make[3]: Entering directory `/home/forth/aports/main/xen/src/xen-4.1.1/tools/ioemu-dir' CC qemu-nbd.o CC qemu-tool.o --- main/xen/APKBUILD | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/xen/APKBUILD b/main/xen/APKBUILD index d805997..b7d8bfe 100644 --- a/main/xen/APKBUILD +++ b/main/xen/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: William Pitcock pkgname=xen pkgver=4.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Xen hypervisor" url="http://www.xen.org/" license="GPL" depends="coreutils python sed gawk" -makedepends="libgcrypt-dev gnutls-dev pciutils-dev texinfo wget mesa-dev sdl-dev zlib-dev openssl-dev util-linux-ng-dev python-dev gettext-dev ncurses-dev perl" +makedepends="libgcrypt-dev gnutls-dev pciutils-dev texinfo wget mesa-dev sdl-dev zlib-dev openssl-dev util-linux-ng-dev python-dev gettext-dev ncurses-dev perl grep" install= subpackages="$pkgname-doc" source="http://bits.xensource.com/oss-xen/release/$pkgver/$pkgname-$pkgver.tar.gz -- 1.7.6 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---