aboutsummaryrefslogtreecommitdiff
blob: 15ea2c6bf7b0fcd69d29f7a61f98de9b7e881749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<guide self="profiles/make.defaults/">
<chapter>
<title>Profiles <c>make.defaults</c> File</title>
<body>

<p>
The <c>make.defaults</c> file in <c>profiles/</c> provides a minimal set of defaults
for the kinds of values which may be set in <c>make.conf</c> (<c>CFLAGS</c>, <c>USE</c>,
<c>FEATURES</c> etc) along with certain control variables (eg <c>USE_EXPAND</c>).
These values can further be refined by additional <c>make.defaults</c> files in
subprofiles.
</p>

<p>
In general, <c>make.defaults</c> should not be modified without consulting the
relevant arch team, or <c>gentoo-dev</c> for high-up <c>make.defaults</c> files.
</p>

</body>
</chapter>
</guide>