qemu: honor $MAKEFLAGS
This commit is contained in:
parent
eeccf69b6f
commit
6e72fa7ba4
@ -19,7 +19,7 @@ build() {
|
||||
|
||||
# fix include issues with nspr
|
||||
echo 'QEMU_CFLAGS+=-I/usr/include/nspr' >> libcacard/Makefile
|
||||
make
|
||||
make ${MAKEFLAGS:=}
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
make qemu.1 qemu-img.1 qemu-nbd.8
|
||||
|
Loading…
x
Reference in New Issue
Block a user