Skip to content

Commit

Permalink
Add --build-in-place option to rpmbuild man page
Browse files Browse the repository at this point in the history
  • Loading branch information
ffesti committed Jul 23, 2015
1 parent 1380acc commit 9ce23c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/rpmbuild.8
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rpmbuild \- Build RPM Package(s)


[\fB--buildroot \fIDIRECTORY\fB\fR] [\fB--clean\fR] [\fB--nobuild\fR]
[\fB--rmsource\fR] [\fB--rmspec\fR] [\fB--short-circuit\fR]
[\fB--rmsource\fR] [\fB--rmspec\fR] [\fB--short-circuit\fR] [\fB--build-in-place\fR]
[\fB--noprep\fR] [\fB--noclean\fR] [\fB--nocheck\fR]
[\fB--target \fIPLATFORM\fB\fR]
[\fB--with \fIOPTION\fB\fR] [\fB--without \fIOPTION\fB\fR]
Expand Down Expand Up @@ -192,6 +192,11 @@ and \fB-bb\fR. Useful for local testing only. Packages built this
way will be marked with an unsatisfiable dependency to prevent
their accidental use.
.TP
\fB--build-in-place\fR
Build from locally checked out sources. Sets _builddir to current working
directory. Skips handling of -n and untar in the %setup and the deletion of
the buildSubdir.
.TP
\fB--target \fIPLATFORM\fB\fR
When building the package, interpret \fIPLATFORM\fR
as \fBarch-vendor-os\fR and set the macros
Expand Down

0 comments on commit 9ce23c9

Please sign in to comment.