~alpine/devel

[alpine-devel] [PATCH 8/8] Busybox grep help message during Xen compiling

Guillaume Sellier <guillaume@ophane.net>
Details
Message ID
<1314142170-8100-3-git-send-email-guillaume@ophane.net>
Sender timestamp
1314142170
DKIM signature
missing
Download raw message
Patch: +2 -2
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 <nenolod@dereferenced.org>
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
---
Reply to thread Export thread (mbox)