Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12720 - Ability to "short circuit" 'ebuild compile' and 'ebuild install' directly to that step
Summary: Ability to "short circuit" 'ebuild compile' and 'ebuild install' directly to ...
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-25 22:25 UTC by Aaron Stone
Modified: 2011-10-30 22:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Adds two commands, compileonly and installonly (shortcircuit.patch,1.14 KB, patch)
2002-12-25 22:27 UTC, Aaron Stone
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Stone 2002-12-25 22:25:18 UTC
In the case of a compile that fails for a correctable reason, or other such
circumstances, it would be useful to be able to restart the emerging process
right at the particular point of failure, without having to run the configure
and compile all the way from the beginning. Depending upon the software package,
after a configure make will always start from the top and rebuild everything...
Comment 1 Aaron Stone 2002-12-25 22:27:19 UTC
Created attachment 6742 [details, diff]
Adds two commands, compileonly and installonly
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2002-12-26 01:29:35 UTC
export FEATURES="noauto"
ebuild /..../blah.ebuild [setup|compile|install|package|qmerge]