X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-macros.yaml;fp=jjb%2Flf-macros.yaml;h=0db15aa56a37c4b36b89c3e90a7b385598996c7a;hb=455c02c6e706a43fc57e816e69fe347dccae8648;hp=ddc9f01a89983a66e22dc5434611c03390b274d6;hpb=0c2d2eea337b2700a7913d03aa5afd75d0c11b93;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index ddc9f01a..0db15aa5 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -394,6 +394,29 @@ # PARAMETERS # ############## +- parameter: + name: lf-autotools-parameters + # Parameters for configure-make builds. + parameters: + - string: + name: CONFIGURE_OPTS + default: "{configure-opts}" + description: | + Options to pass to configure. + Example: --build=i686-pc-linux-gnu + - string: + name: INSTALL_PREFIX + default: "{install-prefix}" + description: | + Install prefix for configure. + Usually a workspace subdirectory. + - string: + name: MAKE_OPTS + default: "{make-opts}" + description: | + Options to pass to make. + Example: -j8 all + - parameter: name: lf-clm-parameters parameters: