Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
meator committed Apr 1, 2024
1 parent 8ef79f6 commit b0742e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions src/tips-and-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ You can enable it with the [`XBPS_CCACHE`
option:](https://github.com/void-linux/void-packages/blob/master/etc/defaults.conf#L51-L56)

```bash
# [OPTIONAL]
# Enable or disable ccache when building packages. The ccache directory
# is stored in the hostdir, i.e hostdir/ccache. For go builds this enables
# caching in hostdir/gocache.
#
#XBPS_CCACHE=yes
[OPTIONAL]
Enable or disable ccache when building packages. The ccache directory
is stored in the hostdir, i.e hostdir/ccache. For go builds this enables
caching in hostdir/gocache.

XBPS_CCACHE=yes
```

You must put
Expand Down
12 changes: 6 additions & 6 deletions src/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@ You can set the number of jobs manually by putting `XBPS_MAKEJOBS` to

It is documented [in `etc/defaults.conf`](https://github.com/void-linux/void-packages/blob/master/etc/defaults.conf#L65-L70):
```bash
# [OPTIONAL]
# Number of parallel jobs to execute when building packages that
# use make(1) or alike commands. Defaults to the result of nproc(1).
# If nproc(1) is not available, defaults to 1.
#
#XBPS_MAKEJOBS=4
[OPTIONAL]
Number of parallel jobs to execute when building packages that
use make(1) or alike commands. Defaults to the result of nproc(1).
If nproc(1) is not available, defaults to 1.

XBPS_MAKEJOBS=4
```

## Error messages
Expand Down

0 comments on commit b0742e2

Please sign in to comment.