From d320499860f10e640af0916eb5ec7133105ff818 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 15 Jun 2010 18:16:45 +0000 Subject: [PATCH] Create a make.conf. not needed for runtime, but some ports want to spam it at compile or install time. MFC after: 3 days --- tools/tools/nanobsd/nanobsd.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/tools/nanobsd/nanobsd.sh b/tools/tools/nanobsd/nanobsd.sh index e0e9fb3f3d8d..e6062bb395a5 100644 --- a/tools/tools/nanobsd/nanobsd.sh +++ b/tools/tools/nanobsd/nanobsd.sh @@ -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 ( ) (