From: Zac Medico Date: Sun, 22 Mar 2009 23:54:49 +0000 (-0000) Subject: Add "prepare" to the list of phases that trigger a warning about stale X-Git-Tag: v2.2_rc27~9 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4c6962aca5b7ecbaaf8ff6e16fe91326d3e01c03;p=portage.git Add "prepare" to the list of phases that trigger a warning about stale ${T}/environment. svn path=/main/trunk/; revision=13147 --- diff --git a/bin/ebuild b/bin/ebuild index 05ba86c03..a03f0ec6e 100755 --- 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():