[DTrace-devel] [PATCH v3 RE-REVIEW NEEDED] build: support kernel builds with or without object directory

Nick Alcock nick.alcock at oracle.com
Wed Nov 8 17:23:31 UTC 2023


On 8 Nov 2023, Kris Van Hees via DTrace-devel told this:
> +$(objdir)/dlibs/$(shell printf %s $(1) | sed -e 's/^\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*$$/\1.\2.\3/')/%.d: override KERNELSRCDIR ?= $(KERNELMODDIR)/$(1)/source
> +$(objdir)/dlibs/$(shell printf %s $(1) | sed -e 's/^\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*$$/\1.\2.\3/')/%.d: override KERNELOBJDIR ?= KERNELMODDIR)/$(1)/build

I think there's something missing here :)



More information about the DTrace-devel mailing list