#include "system.h"
#include <rpmcli.h>
#include <rpmbuild.h>
#include "build.h"
#include "debug.h"
Go to the source code of this file.
RPMBT | |
| struct rpmBuildArguments_s | rpmBTArgs |
| struct poptOption | rpmBuildPoptTable [] |
Defines | |
| #define | POPT_USECATALOG 1000 |
| #define | POPT_NOLANG 1001 |
| #define | POPT_RMSOURCE 1002 |
| #define | POPT_RMBUILD 1003 |
| #define | POPT_BUILDROOT 1004 |
| #define | POPT_TARGETPLATFORM 1007 |
| #define | POPT_NOBUILD 1008 |
| #define | POPT_SHORTCIRCUIT 1009 |
| #define | POPT_RMSPEC 1010 |
| #define | POPT_NODEPS 1011 |
| #define | POPT_SIGN 1012 |
| #define | POPT_FORCE 1013 |
| #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 | |
| void | buildArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data) |
Variables | |
| int | _noDirTokens |
| int | _fsm_debug |
| int | force = 0 |
| int | noLang = 0 |
| int | noBuild = 0 |
| int | noDeps = 0 |
| int | signIt = 0 |
| int | useCatalog = 0 |
Definition in file poptBT.c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001