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

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():