diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-10-07 23:30:04 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-10-07 23:30:04 +0000 |
commit | d557bea6d2c3bc311d03f5a4887092957586a16d (patch) | |
tree | 82529f35aa18d1d5b4256f70fd0b453bf2517a91 /man/make.conf.5 | |
parent | Enable pty support on FreeBSD. (diff) | |
download | portage-multirepo-d557bea6d2c3bc311d03f5a4887092957586a16d.tar.gz portage-multirepo-d557bea6d2c3bc311d03f5a4887092957586a16d.tar.bz2 portage-multirepo-d557bea6d2c3bc311d03f5a4887092957586a16d.zip |
Bug #287950 - Add support for FEATURES=fail-clean which is useful for cleaning
up temp files on tmpfs after build failures with --keep-going.
svn path=/main/trunk/; revision=14517
Diffstat (limited to 'man/make.conf.5')
-rw-r--r-- | man/make.conf.5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index c0b48e92..6ea14d6e 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -213,6 +213,13 @@ when a problem arises (normally due to a crash or disconnect). Enable fakeroot for the install and package phases when a non-root user runs the \fBebuild\fR(1) command. .TP +.B fail\-clean +Clean up temporary files after a build failure. This is particularly useful +if you have \fBPORTAGE_TMPDIR\fR on tmpfs. If this feature is enabled, you +probably also want to enable \fBPORT_LOGDIR\fR in order to save the build log. +Both the \fBebuild\fR(1) command and the \fInoclean\fR feature cause the +\fIfail\-clean\fR feature to be automatically disabled. +.TP .B fixpackages Runs the script that will fix the dependencies in all binary packages. This is run whenever packages are moved around in the portage tree. Please note that this |