svn commit: r209209 - head/tools/tools/nanobsd

Warner Losh imp at FreeBSD.org
Tue Jun 15 18:16:45 UTC 2010


Author: imp
Date: Tue Jun 15 18:16:45 2010
New Revision: 209209
URL: http://svn.freebsd.org/changeset/base/209209

Log:
  Create a make.conf.  not needed for runtime, but some ports want to spam it
  at compile or install time.
  
  MFC after:	3 days

Modified:
  head/tools/tools/nanobsd/nanobsd.sh

Modified: head/tools/tools/nanobsd/nanobsd.sh
==============================================================================
--- head/tools/tools/nanobsd/nanobsd.sh	Tue Jun 15 18:16:04 2010	(r209208)
+++ head/tools/tools/nanobsd/nanobsd.sh	Tue Jun 15 18:16:45 2010	(r209209)
@@ -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 ( ) (


More information about the svn-src-head mailing list