ROBSD-CROSS.CONF(5) File Formats Manual ROBSD-CROSS.CONF(5)

robsd-cross.confrobsd-cross configuration file

robsd-cross.conf is the configuration file for robsd-cross(8). A string value type enclosed in “double-quotes” may refer to other configuration variables on the form ${variable}. Additional variables are also available, see robsd-config(8).

The following variables are recognized:

path
Directory used to store invocations.
path
Unique directory per target used to store the cross compiler tool chain.
{path... }
Command to invoke after each non-skipped step, see robsd-hook(5).
number
Interval expressed in seconds in which robsd-stat(8) collects statistics. Defaults to 10.
number
Number of invocations to keep in robsddir, see robsd-clean(8). Defaults to keeping everything.
|
Instruct robsd-clean(8) to move old invocations to a directory named attic rooted in robsddir. Otherwise, old invocations are completely removed. Defaults to yes.
{step... }
Steps to skip, see robsd-cross(8) for a list of all available steps.
path
Source directory for the src tree, defaults to /usr/src.

/etc/robsd-cross.conf
The default configuration file.

Example configuration:

robsddir "/tmp"
crossdir "/home/robsd-cross/${target}"

robsd-config(8), robsd-cross(8)

Anton Lindqvist <anton@basename.se>

February 10, 2022 OpenBSD 7.6