rpm
5.4.15
|
Popt tables for build modes. More...
#include "system.h"
#include <rpmio.h>
#include <rpmiotypes.h>
#include <rpmlog.h>
#include <rpmtypes.h>
#include <rpmtag.h>
#include <rpmbuild.h>
#include "build.h"
#include <rpmcli.h>
#include "debug.h"
Go to the source code of this file.
Macros | |
#define | POPT_NOLANG -1012 |
#define | POPT_REBUILD 0x4220 |
#define | POPT_RECOMPILE 0x4320 |
#define | POPT_BA 0x6261 |
#define | POPT_BB 0x6262 |
#define | POPT_BC 0x6263 |
#define | POPT_BI 0x6269 |
#define | POPT_BL 0x626c |
#define | POPT_BP 0x6270 |
#define | POPT_BS 0x6273 |
#define | POPT_BT 0x6274 /* support "%track" script/section */ |
#define | POPT_BF 0x6266 |
#define | POPT_TA 0x7461 |
#define | POPT_TB 0x7462 |
#define | POPT_TC 0x7463 |
#define | POPT_TI 0x7469 |
#define | POPT_TL 0x746c |
#define | POPT_TP 0x7470 |
#define | POPT_TS 0x7473 |
Functions | |
static void | buildArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data) |
Variables | |
int | _pkg_debug |
int | _spec_debug |
struct rpmBuildArguments_s | rpmBTArgs |
int | _rpmbuildFlags = 3 |
int | noLang = 0 |
struct poptOption | rpmBuildPoptTable [] |
Popt tables for build modes.
Definition in file poptBT.c.
#define POPT_BA 0x6261 |
Definition at line 35 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_BB 0x6262 |
Definition at line 36 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_BC 0x6263 |
Definition at line 37 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_BF 0x6266 |
Definition at line 43 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_BI 0x6269 |
Definition at line 38 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_BL 0x626c |
Definition at line 39 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_BP 0x6270 |
Definition at line 40 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_BS 0x6273 |
Definition at line 41 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_BT 0x6274 /* support "%track" script/section */ |
Definition at line 42 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_NOLANG -1012 |
Definition at line 31 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_REBUILD 0x4220 |
Definition at line 33 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_RECOMPILE 0x4320 |
Definition at line 34 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_TA 0x7461 |
Definition at line 44 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_TB 0x7462 |
Definition at line 45 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_TC 0x7463 |
Definition at line 46 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_TI 0x7469 |
Definition at line 47 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_TL 0x746c |
Definition at line 48 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_TP 0x7470 |
Definition at line 49 of file poptBT.c.
Referenced by buildArgCallback().
#define POPT_TS 0x7473 |
Definition at line 50 of file poptBT.c.
Referenced by buildArgCallback().
|
static |
Definition at line 62 of file poptBT.c.
References rpmBuildArguments_s::buildChar, rpmBuildArguments_s::buildMode, rpmBuildArguments_s::noDeps, rpmBuildArguments_s::noLang, POPT_BA, POPT_BB, POPT_BC, POPT_BF, POPT_BI, POPT_BL, POPT_BP, POPT_BS, POPT_BT, POPT_NOLANG, POPT_REBUILD, POPT_RECOMPILE, POPT_TA, POPT_TB, POPT_TC, POPT_TI, POPT_TL, POPT_TP, POPT_TS, rpmBuildArguments_s::qva_flags, rpmBTArgs, RPMCLI_POPT_NODEPS, RPMCLI_POPT_NODIGEST, RPMCLI_POPT_NOHDRCHK, RPMCLI_POPT_NOSIGNATURE, VERIFY_DIGEST, VERIFY_HDRCHK, and VERIFY_SIGNATURE.
int _pkg_debug |
Definition at line 23 of file spec.c.
Referenced by pkgGetPool().
int _rpmbuildFlags = 3 |
Definition at line 53 of file poptBT.c.
Referenced by genCpioListAndHeader(), newPackage(), packageBinaries(), and rpmlibMarkers().
int _spec_debug |
Definition at line 26 of file spec.c.
Referenced by specGetPool().
int noLang = 0 |
Definition at line 57 of file poptBT.c.
Referenced by handlePreambleTag(), and parseDescription().
struct rpmBuildArguments_s rpmBTArgs |
Definition at line 29 of file poptBT.c.
Referenced by buildArgCallback(), main(), prepFetch(), and prepFetchVerbose().