projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70b1ff7
)
Add "prepare" to the list of phases that trigger a warning about stale
author
Zac Medico
<zmedico@gentoo.org>
Mon, 23 Mar 2009 02:21:42 +0000
(
02:21
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 23 Mar 2009 02:21:42 +0000
(
02:21
-0000)
${T}/environment. (trunk r13147)
svn path=/main/branches/2.1.6/; revision=13164
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():