mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
Create a make.conf. not needed for runtime, but some ports want to spam it
at compile or install time. MFC after: 3 days
This commit is contained in:
parent
07c809237a
commit
77f9b8a393
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209209
@ -241,6 +241,9 @@ install_etc ( ) (
|
||||
${NANO_PMAKE} __MAKE_CONF=${NANO_MAKE_CONF_INSTALL} distribution \
|
||||
DESTDIR=${NANO_WORLDDIR} \
|
||||
> ${NANO_OBJ}/_.etc 2>&1
|
||||
# make.conf doesn't get created by default, but some ports need it
|
||||
# so they can spam it.
|
||||
cp /dev/null ${NANO_WORLDDIR}/etc/make.conf
|
||||
)
|
||||
|
||||
install_kernel ( ) (
|
||||
|
Loading…
Reference in New Issue
Block a user