public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/catalyst:catalyst_2 commit in: modules/
Date: Wed, 18 Apr 2012 22:37:50 +0000 (UTC)	[thread overview]
Message-ID: <1334788328.15b8d65c6d423779abb042df0c643eaa11e861a0.jmbsvicetto@gentoo> (raw)

commit:     15b8d65c6d423779abb042df0c643eaa11e861a0
Author:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 15 16:51:12 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 22:32:08 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=15b8d65c

add /etc/make.profile to cleanables too

---
 modules/stage3_target.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/stage3_target.py b/modules/stage3_target.py
index 6ebdc49..351ad0c 100644
--- a/modules/stage3_target.py
+++ b/modules/stage3_target.py
@@ -22,6 +22,8 @@ class stage3_target(generic_stage_target):
 
 	def set_cleanables(self):
 		generic_stage_target.set_cleanables(self)
+		# Not sure where /etc/make.profile is being created
+		self.settings["cleanables"].extend(["/etc/make.profile"])
 
 def register(foo):
 	foo.update({"stage3":stage3_target})



             reply	other threads:[~2012-04-18 22:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-18 22:37 Jorge Manuel B. S. Vicetto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-13 18:10 [gentoo-commits] proj/catalyst:catalyst_2 commit in: modules/ Jorge Manuel B. S. Vicetto
2012-05-10 16:30 Jorge Manuel B. S. Vicetto
2012-05-06 23:32 Jorge Manuel B. S. Vicetto
2012-05-05 19:14 Jorge Manuel B. S. Vicetto
2012-04-18 22:37 Jorge Manuel B. S. Vicetto
2011-11-06  4:01 Jorge Manuel B. S. Vicetto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1334788328.15b8d65c6d423779abb042df0c643eaa11e861a0.jmbsvicetto@gentoo \
    --to=jmbsvicetto@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox