From 120d3bc398a4df787cc41c4a5d5be7f9f8d93e63 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 23 Mar 2009 02:21:42 +0000 Subject: Add "prepare" to the list of phases that trigger a warning about stale ${T}/environment. (trunk r13147) svn path=/main/branches/2.1.6/; revision=13164 --- bin/ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): -- cgit v1.2.3-1-g7c22