#include "system.h"#include <rpmcli.h>#include <rpmbuild.h>#include "rpmps.h"#include "rpmte.h"#include "rpmts.h"#include "build.h"#include "debug.h"Include dependency graph for build.c:

Go to the source code of this file.
Defines | |
| #define | _anyarch(_f) (((_f)&(RPMBUILD_PREP|RPMBUILD_BUILD|RPMBUILD_INSTALL|RPMBUILD_PACKAGEBINARY)) == 0) |
| #define | buildCleanMask (RPMBUILD_RMSOURCE|RPMBUILD_RMSPEC) |
Functions | |
| static int | checkSpec (rpmts ts, Header h) |
| static int | isSpecFile (const char *specfile) |
| static int | buildForTarget (rpmts ts, const char *arg, BTA_t ba) |
| int | build (rpmts ts, const char *arg, BTA_t ba, const char *rcfile) |
|
|
Referenced by buildForTarget(). |
|
|
Referenced by build(). |
|
||||||||||||||||||||
|
Definition at line 292 of file build.c. References _, _RPMVSF_NODIGESTS, _RPMVSF_NOSIGNATURES, alloca(), rpmBuildArguments_s::buildAmount, buildCleanMask, buildForTarget(), D_, rpmBuildArguments_s::qva_flags, rpmcliTargets, rpmExpandNumeric(), rpmFreeMacros(), rpmFreeRpmrc(), RPMMESS_DEBUG, rpmMessage, rpmReadConfigFiles(), rpmtsSetVSFlags(), RPMVSF_NOHDRCHK, VERIFY_DIGEST, VERIFY_HDRCHK, and VERIFY_SIGNATURE. Referenced by main(). |
|
||||||||||||||||
|
|
Definition at line 59 of file build.c. References _, Fclose(), Ferror(), Fopen(), Fread(), Fstrerror(), RPMERR_OPEN, and rpmError. Referenced by buildForTarget(). |
1.4.4