From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Fri, 14 May 2021 13:02:59 +0200 Subject: [LTP] [PATCH 1/2] build.sh: Support passing configure options In-Reply-To: References: <20210512165702.22883-1-pvorel@suse.cz> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it > > 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