diff options
author | maho <maho@FreeBSD.org> | 2006-01-22 07:41:48 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-01-22 07:41:48 +0800 |
commit | d0ab4858673f05b9a4e4c609afb20b8cbf2449b5 (patch) | |
tree | 3d016dbbf861acc55c14ddc8391780d6c9971657 /emulators/qemu/Makefile | |
parent | 614abf12438ab1f6f30f5316c2633fb02f36b5b7 (diff) | |
download | freebsd-ports-gnome-d0ab4858673f05b9a4e4c609afb20b8cbf2449b5.tar.gz freebsd-ports-gnome-d0ab4858673f05b9a4e4c609afb20b8cbf2449b5.tar.zst freebsd-ports-gnome-d0ab4858673f05b9a4e4c609afb20b8cbf2449b5.zip |
(WITH_HACKS) Patching process should be silent
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 5966bbf14e28..61087cfb7139 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -87,8 +87,8 @@ pre-patch: post-patch: .if defined(WITH_HACKS) - @cd ${WRKDIR} ; ${TAR} xvfz ${DISTDIR}/${DIST_SUBDIR}/qemu_dma_patch.tar.gz ; ${CP} new_qemu_dma_patch/bios.bin ${WRKSRC}/pc-bios; cd ${WRKSRC}; ${PATCH} --quiet -p1 < ../new_qemu_dma_patch/qemu-piix4-udma.patch - cd ${WRKSRC} ; ${PATCH} < ${DISTDIR}/${DIST_SUBDIR}/patch3_cirrus + @cd ${WRKDIR} ; ${TAR} xfz ${DISTDIR}/${DIST_SUBDIR}/qemu_dma_patch.tar.gz ; ${CP} new_qemu_dma_patch/bios.bin ${WRKSRC}/pc-bios; cd ${WRKSRC}; ${PATCH} --quiet -p1 < ../new_qemu_dma_patch/qemu-piix4-udma.patch + @cd ${WRKSRC} ; ${PATCH} --quiet < ${DISTDIR}/${DIST_SUBDIR}/patch3_cirrus .endif post-install: |