diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-01-21 23:41:48 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-01-21 23:41:48 +0000 |
commit | c458b398bba970d2f2d9c8208546b022239ec29d (patch) | |
tree | 7c205ebbc3f7eb56265823a48befad070131dc2b /emulators | |
parent | Remove the now superfluous USE_REINPLACE=yes. (diff) |
(WITH_HACKS) Patching process should be silent
Notes
Notes:
svn path=/head/; revision=154100
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 5966bbf14e28..61087cfb7139 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/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: 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: |