Add "prepare" to the list of phases that trigger a warning about stale
authorZac Medico <zmedico@gentoo.org>
Mon, 23 Mar 2009 02:21:42 +0000 (02:21 -0000)
committerZac 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

index 05ba86c03f379b199452ff199588f15412913266..a03f0ec6efd881f1d0fa2cd32d7aeddaaac77d2f 100755 (executable)
@@ -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():