# Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
# Distributed under the GPL v2
+ 21 Jan 2009; Andrew Gaffney <agaffney@gentoo.org>
+ modules/generic_stage_target.py:
+ Update reference to make.conf.example for new location in portage-2.1.6
+
20 Jan 2009; Andrew Gaffney <agaffney@gentoo.org>
targets/stage1/stage1-chroot.sh:
Remove --noreplace from run_merge call so that baselayout gets rebuilt
"/etc/make.conf",env=self.env)
myf=open(self.settings["chroot_path"]+"/etc/make.conf","w")
myf.write("# These settings were set by the catalyst build script that automatically\n# built this stage.\n")
- myf.write("# Please consult /etc/make.conf.example for a more detailed example.\n")
+ myf.write("# Please consult /usr/share/portage/config/make.conf.example for a more\n# detailed example.\n")
if self.settings.has_key("CFLAGS"):
myf.write('CFLAGS="'+self.settings["CFLAGS"]+'"\n')
if self.settings.has_key("CXXFLAGS"):