projects
/
platform
/
upstream
/
rpm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
permit --rmsource --force even if sources/patches are missing.
[platform/upstream/rpm.git]
/
build.h
1
#ifndef H_BUILD
2
#define H_BUILD
3
4
int build(char *arg, int buildAmount, char *passPhrase,
5
char *buildRoot, int fromTarball, int test, char *cookie,
6
char * rcfile, char * arch, char * os,
7
char * buildplatforms, int force);
8
9
#endif
10