aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-07-01 19:39:01 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-07-01 19:45:11 +0200
commit6272f501c0101a49fcb35f60ba75778ded696b67 (patch)
tree7cd67f92b19c52c769000da796e347719832d531
parentAdd -msoft-float to *FLAGS for mips soft-float definitions (diff)
downloadcatalyst-6272f501c0101a49fcb35f60ba75778ded696b67.tar.gz
catalyst-6272f501c0101a49fcb35f60ba75778ded696b67.tar.bz2
catalyst-6272f501c0101a49fcb35f60ba75778ded696b67.zip
stagebase: Add blank linkes in make.conf (e.g. before CHOST block)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--catalyst/base/stagebase.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 812ac4c8..65f4306e 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -1114,13 +1114,13 @@ class StageBase(TargetBase, ClearBase, GenBase):
% (flags, self.settings[flags]))
if "CBUILD" in self.settings:
- myf.write("# This should not be changed unless you know exactly"
+ myf.write("\n# This should not be changed unless you know exactly"
" what you are doing. You\n# should probably be "
"using a different stage, instead.\n")
myf.write('CBUILD="' + self.settings["CBUILD"] + '"\n')
if "CHOST" in self.settings:
- myf.write("# WARNING: Changing your CHOST is not something "
+ myf.write("\n# WARNING: Changing your CHOST is not something "
"that should be done lightly.\n# Please consult "
"https://wiki.gentoo.org/wiki/Changing_the_CHOST_variable "
"before changing.\n")