Overview
Comment: | configure parallel exec |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fff2fbe5539a3a0aad7aeb8c2cdb4ce9 |
User & Date: | arcade on 2022-05-29 11:36:22.401 |
Other Links: | manifest | tags |
Context
2022-05-29
| ||
11:37 | mostly mount fixes check-in: d332ed9f4a user: arcade tags: trunk | |
11:36 | configure parallel exec check-in: fff2fbe553 user: arcade tags: trunk | |
11:35 | fix service detection check-in: 4361bde8b2 user: arcade tags: trunk | |
Changes
Modified defaults.mk
from [be61474bfb]
to [14ef6a9951].
1 2 3 4 5 6 7 | # cleanvar CLEANVAR_DIRS?=/var/run /var/spool/lock /var/spool/uucp/.Temp # cloned CLONED_INTERFACES?= # devfs | > > > > | 1 2 3 4 5 6 7 8 9 10 11 | # global NCPU=${:!sysctl -n hw.ncpu!} # cleanvar CLEANVAR_DIRS?=/var/run /var/spool/lock /var/spool/uucp/.Temp # cloned CLONED_INTERFACES?= # devfs |
︙ | ︙ |