diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-19 06:06:56 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-19 06:06:56 +0000 |
commit | 675507535ee6ffade695abb73cb656ff5320624a (patch) | |
tree | eeded6806a7cf06933f710b8a7032af9c2dac342 /emulators/qemu-devel/files/kqemu-patch | |
parent | Chase dbus update to 0.35.2 by update plist. (diff) |
Update to 20050717 snapshot, short ChangeLog:
Merge /dev/kqemu cloning support to kmod_bsd.c (Craig Boston),
Giant-lock kqemu (Bakul Shah), Utilize BSDMakefile to compile
kqemu.ko, and cosmetic change (Norikatsu Shigemura)
See more info in ports/83691 for full ChangeLog.
PR: ports/83691
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=139576
Diffstat (limited to 'emulators/qemu-devel/files/kqemu-patch')
-rw-r--r-- | emulators/qemu-devel/files/kqemu-patch | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/emulators/qemu-devel/files/kqemu-patch b/emulators/qemu-devel/files/kqemu-patch deleted file mode 100644 index ae0064ba3be7..000000000000 --- a/emulators/qemu-devel/files/kqemu-patch +++ /dev/null @@ -1,69 +0,0 @@ -Index: qemu/kqemu/Makefile -@@ -1,62 +1,6 @@ --ifeq ($(PATCHLEVEL),) --# compile in kqemu directory -+KMOD= kqemu -+SRCS= kmod_bsd.c -+OBJS= kqemu-mod-i386.o -+WERROR= - ---include ../config-host.mak -- --ifdef CONFIG_KBUILD26 --# 2.6 build -- --all: kqemu.ko -- --kqemu.ko: -- make -C $(KERNEL_PATH) M=`pwd` modules -- --else --# 2.4 build -- --all: kqemu.o -- --kqemu.o: -- make -C $(KERNEL_PATH) SUBDIRS=`pwd` modules -- --endif # !CONFIG_KBUILD26 -- --clean: -- rm -f kqemu.o kqemu.ko kmod.o kqemu-mod.o kqemu.mod.c *~ -- --FILES=Makefile README LICENSE install.sh kmod.c kqemu.h kqemu-mod-i386.o \ -- kqemu-doc.texi kqemu-doc.html --VERSION=0.6.2 -- --tar: -- cd .. ; tar zcvf /tmp/kqemu-$(VERSION).tar.gz $(addprefix kqemu/, $(FILES)) -- --# documentation --doc: kqemu-doc.html -- --%.html: %.texi -- texi2html -monolithic -number $< -- --else -- --ifeq ($(PATCHLEVEL),4) --# called from 2.4 kernel kbuild -- --obj-m:= kqemu.o --kqemu-objs:= kmod.o kqemu-mod-i386.o -- --include $(TOPDIR)/Rules.make -- --kqemu.o: $(kqemu-objs) -- $(LD) -r -o $@ $(kqemu-objs) -- --else --# called from 2.6 kernel kbuild -- --obj-m:= kqemu.o --kqemu-objs:= kmod.o kqemu-mod.o -- --$(obj)/kqemu-mod.o: $(src)/kqemu-mod-i386.o -- cp $< $@ --endif --endif # PATCHLEVEL -+.include <bsd.kmod.mk> |