#include "system.h"
#include <rpmcli.h>
#include <rpmbuild.h>
#include "build.h"
#include "debug.h"
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 | |
int | checkSpec (Header h) |
int | isSpecFile (const char *specfile) |
int | buildForTarget (const char *arg, BTA_t ba, const char *passPhrase, char *cookie) |
int | build (const char *arg, BTA_t ba, const char *passPhrase, char *cookie, const char *rcfile) |
|
Referenced by buildForTarget(). |
|
Referenced by build(). |
|
Definition at line 301 of file build.c. References _, alloca(), BTA_t, rpmBuildArguments_s::buildAmount, buildCleanMask, buildForTarget(), rpmFreeMacros(), rpmReadConfigFiles(), and rpmBuildArguments_s::targets. Referenced by main(). |
|
|
Definition at line 69 of file build.c. References _, Fclose(), FD_t, Ferror(), Fopen(), Fread(), Fstrerror(), RPMERR_OPEN, and rpmError. Referenced by buildForTarget(). |