[LTP] [PATCH 1/2] build.sh: Support passing configure options

Petr Vorel pvorel@suse.cz
Fri May 14 13:02:59 CEST 2021


> > Hi!
> > Looks good, but is it even used for the second patch? We just pass extra
> > options there, right?
> Yes, CONFIGURE_OPT_EXTRA. I added also CONFIGURE_OPT to allow local build.sh
> without realtime and openposix: 
> $ CONFIGURE_OPT= ./build.sh

> I document it in the commit.

Whole patchset merged.
In the end I really added only CONFIGURE_OPT_EXTRA.

to allow CONFIGURE_OPT be empty it would have to be added as:
CONFIGURE_OPTS_OUT_TREE=${CONFIGURE_OPT: --with-realtime-testsuite ...}"
i.e. remove -, but that would again require to always define CONFIGURE_OPT.
=> postpone it for now.

Kind regards,
Petr

> Kind regards,
> Petr


More information about the ltp mailing list