projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c00d93
)
Add "prepare" to the list of phases that trigger a warning about stale
author
Zac Medico
<zmedico@gentoo.org>
Sun, 22 Mar 2009 23:54:49 +0000
(23:54 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 22 Mar 2009 23:54:49 +0000
(23:54 -0000)
${T}/environment.
svn path=/main/trunk/; revision=13147
bin/ebuild
patch
|
blob
|
history
diff --git
a/bin/ebuild
b/bin/ebuild
index 05ba86c03f379b199452ff199588f15412913266..a03f0ec6efd881f1d0fa2cd32d7aeddaaac77d2f 100755
(executable)
--- a/
bin/ebuild
+++ b/
bin/ebuild
@@
-195,7
+195,7
@@
if opts.skip_manifest:
tmpsettings.backup_changes("EBUILD_SKIP_MANIFEST")
portage._doebuild_manifest_exempt_depend += 1
-build_dir_phases = set(["setup", "unpack", "configure", "compile",
+build_dir_phases = set(["setup", "unpack", "
prepare", "
configure", "compile",
"test", "install", "package", "rpm"])
def stale_env_warning():