Defines | Functions | Variables

build/build.c File Reference

Top-level build dispatcher. More...

#include "system.h"
#include <rpmio.h>
#include <rpmcli.h>
#include <rpmbuild.h>
#include "rpmps.h"
#include "rpmte.h"
#include "rpmts.h"
#include "build.h"
#include "debug.h"
#include <rpmio_internal.h>
#include "signature.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)
#define _RPMTAG_INTERNAL

Functions

static int checkSpec (rpmts ts, Header h)
 Parse spec file and build package.
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)
const char * getSourceDir (rpmfileAttrs attr)
 Return the macro directory location from source file flags.
static void doRmSource (Spec spec)
rpmRC doScript (Spec spec, int what, const char *name, StringBuf sb, int test)
 Run a build script, assembled from spec file scriptlet section.
rpmRC buildSpec (rpmts ts, Spec spec, int what, int test)
 Build stages state machine driver.

Variables

static int _build_debug = 0

Detailed Description

Top-level build dispatcher.

Definition in file build.c.


Define Documentation

#define _anyarch (   _f )    (((_f)&(RPMBUILD_PREP|RPMBUILD_BUILD|RPMBUILD_INSTALL|RPMBUILD_PACKAGEBINARY)) == 0)
#define _RPMTAG_INTERNAL

Definition at line 9 of file build.c.

#define buildCleanMask   (RPMBUILD_RMSOURCE|RPMBUILD_RMSPEC)

Function Documentation

int build ( rpmts  ts,
const char *  arg,
BTA_t  ba,
const char *  rcfile 
)

Definition at line 255 of file build.c.

Referenced by main().

static int buildForTarget ( rpmts  ts,
const char *  arg,
BTA_t  ba 
) [static]

Definition at line 93 of file build.c.

static void doRmSource ( Spec  spec ) [static]
static int isSpecFile ( const char *  specfile ) [static]

Definition at line 51 of file build.c.


Variable Documentation

int _build_debug = 0 [static]

Definition at line 16 of file build.c.