#include "system.h"
#include <rpmcli.h>
#include <rpmbuild.h>
#include "build.h"
#include "legacy.h"
#include "debug.h"
Go to the source code of this file.
Defines | |
#define | POPT_USECATALOG -1011 |
#define | POPT_NOLANG -1012 |
#define | POPT_RMSOURCE -1013 |
#define | POPT_RMBUILD -1014 |
#define | POPT_BUILDROOT -1015 |
#define | POPT_TARGETPLATFORM -1016 |
#define | POPT_NOBUILD -1017 |
#define | POPT_SHORTCIRCUIT -1018 |
#define | POPT_RMSPEC -1019 |
#define | POPT_SIGN -1020 |
#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_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 | |
rpmBuildArguments_s | rpmBTArgs |
int | _fsm_debug |
int | noLang = 0 |
static int | noBuild = 0 |
static int | signIt = 0 |
static int | useCatalog = 0 |
poptOption | rpmBuildPoptTable [] |
Definition in file poptBT.c.
#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_BUILDROOT -1015 |
#define POPT_NOBUILD -1017 |
#define POPT_NOLANG -1012 |
#define POPT_REBUILD 0x4220 |
#define POPT_RECOMPILE 0x4320 |
#define POPT_RMBUILD -1014 |
#define POPT_RMSOURCE -1013 |
#define POPT_RMSPEC -1019 |
#define POPT_SHORTCIRCUIT -1018 |
#define POPT_SIGN -1020 |
#define POPT_TA 0x7461 |
#define POPT_TARGETPLATFORM -1016 |
#define POPT_TB 0x7462 |
#define POPT_TC 0x7463 |
#define POPT_TI 0x7469 |
#define POPT_TL 0x746c |
#define POPT_TP 0x7470 |
#define POPT_TS 0x7473 |
#define POPT_USECATALOG -1011 |
static void buildArgCallback | ( | poptContext | con, | |
enum poptCallbackReason | reason, | |||
const struct poptOption * | opt, | |||
const char * | arg, | |||
const void * | data | |||
) | [static] |
Definition at line 68 of file poptBT.c.
References _, rpmBuildArguments_s::buildAmount, rpmBuildArguments_s::buildChar, rpmBuildArguments_s::buildMode, rpmBuildArguments_s::buildRootOverride, rpmBuildArguments_s::force, rpmBuildArguments_s::noBuild, rpmBuildArguments_s::noDeps, rpmBuildArguments_s::noLang, POPT_BA, POPT_BB, POPT_BC, POPT_BI, POPT_BL, POPT_BP, POPT_BS, POPT_BUILDROOT, POPT_NOBUILD, POPT_NOLANG, POPT_REBUILD, POPT_RECOMPILE, POPT_RMBUILD, POPT_RMSOURCE, POPT_RMSPEC, POPT_SHORTCIRCUIT, POPT_SIGN, POPT_TA, POPT_TARGETPLATFORM, POPT_TB, POPT_TC, POPT_TI, POPT_TL, POPT_TP, POPT_TS, POPT_USECATALOG, rpmBuildArguments_s::qva_flags, rpmBTArgs, RPMBUILD_RMBUILD, RPMBUILD_RMSOURCE, RPMBUILD_RMSPEC, RPMCLI_POPT_FORCE, RPMCLI_POPT_NODEPS, RPMCLI_POPT_NODIGEST, RPMCLI_POPT_NOHDRCHK, RPMCLI_POPT_NOSIGNATURE, RPMERR_BUILDROOT, rpmError, rpmBuildArguments_s::shortCircuit, rpmBuildArguments_s::sign, rpmBuildArguments_s::targets, rpmBuildArguments_s::useCatalog, VERIFY_DIGEST, VERIFY_HDRCHK, VERIFY_SIGNATURE, xmalloc(), xrealloc(), and xstrdup().
int _fsm_debug |
int useCatalog = 0 [static] |