File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ You can enable it with the [`XBPS_CCACHE`
1111option:] ( https://github.com/void-linux/void-packages/blob/master/etc/defaults.conf#L51-L56 )
1212
1313``` bash
14- # [OPTIONAL]
15- # Enable or disable ccache when building packages. The ccache directory
16- # is stored in the hostdir, i.e hostdir/ccache. For go builds this enables
17- # caching in hostdir/gocache.
18- #
19- # XBPS_CCACHE=yes
14+ [OPTIONAL]
15+ Enable or disable ccache when building packages. The ccache directory
16+ is stored in the hostdir, i.e hostdir/ccache. For go builds this enables
17+ caching in hostdir/gocache.
18+
19+ XBPS_CCACHE=yes
2020```
2121
2222You must put
Original file line number Diff line number Diff line change @@ -199,12 +199,12 @@ You can set the number of jobs manually by putting `XBPS_MAKEJOBS` to
199199
200200It is documented [ in ` etc/defaults.conf ` ] ( https://github.com/void-linux/void-packages/blob/master/etc/defaults.conf#L65-L70 ) :
201201``` bash
202- # [OPTIONAL]
203- # Number of parallel jobs to execute when building packages that
204- # use make(1) or alike commands. Defaults to the result of nproc(1).
205- # If nproc(1) is not available, defaults to 1.
206- #
207- # XBPS_MAKEJOBS=4
202+ [OPTIONAL]
203+ Number of parallel jobs to execute when building packages that
204+ use make(1) or alike commands. Defaults to the result of nproc(1).
205+ If nproc(1) is not available, defaults to 1.
206+
207+ XBPS_MAKEJOBS=4
208208```
209209
210210## Error messages
You can’t perform that action at this time.
0 commit comments