[DTrace-devel] [PATCH v3 8/9] build: add configure script

Kris Van Hees kris.van.hees at oracle.com
Wed Jan 31 18:07:17 UTC 2024


On Wed, Jan 31, 2024 at 03:59:50PM +0000, Nick Alcock via DTrace-devel wrote:
> On 30 Jan 2024, Kris Van Hees told this:
> 
> > On Fri, Jan 26, 2024 at 01:58:48PM +0000, Nick Alcock wrote:
> >> +        --kernel-mod-dir=*) write_make_var KERNEL_MOD_DIR "$option";;
> >> +        --kernel-src-dir=*) write_make_var KERNEL_SRC_DIR "$option";;
> >> +        --kernel-obj-dir=*) write_make_var KERNEL_OBJ_DIR "$option";;
> >
> > You seem to have missed the comments on this...  These make variables do not
> > actually exist.  We use KERNELMODDIR, KERNELSRCDIR, and KERNELOBJDIR.  So those
> > are the ones that ought to be set here (the --kernel-*-dir option names are ok
> > to use I think).
> 
> Whoops! I had a fix for this and accidentally dropped it rather than
> quashing it in. Will send another round...
> 
> > Should KERELSRCSUFFIX and KERNELBLDSUFFIX also be something that can be set
> > with the configure script?  (Those are introduced in a patch not part of this
> > series.)
> 
> Probably, yes, but I couldn't really do that until after the commit
> introducing them had landed.

If you rebase on dev you can :)
> 
> -- 
> NULL && (void)
> 
> _______________________________________________
> DTrace-devel mailing list
> DTrace-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/dtrace-devel



More information about the DTrace-devel mailing list