I’ve finally gotten around to posting binpatches for OpenBSD 4.0. Since I no longer run anything other than OpenBSD 4.0, those are the only binpatches I maintain.
A few notes:
I’ve finally gotten around to posting binpatches for OpenBSD 4.0. Since I no longer run anything other than OpenBSD 4.0, those are the only binpatches I maintain.
A few notes:
By Tobias Weisserth
Hi Mike,
nice work! I’ve already compared your Makefile against mine. What I don’t understand is how compiling kernels for GENERIC and GENERIC.MP works. Do I have to do it twice like this?
make PATCH=”003″ KERNEL=”GENERIC” build
…
make PATCH=”003″ KERNEL=”GENERIC.MP” build
I guess not if I look at your Makefile, but I don’t know how.
Is it simply doing this?
make PATCH=”003″ KERNEL=”GENERIC GENERIC.MP”
thanks,
Tobias
By mike
Tobias,
I’m using a custom bsd.binpatch.mk file that I posted on my Binpatch page. It includes extra code to loop through words in the KERNEL variable.
-ME
By Tobias Weisserth
Hi Mike,
I’ve figured it out, thanks a lot. It’s a good idea to include this.
thanks,
Tobias