]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r314372:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 30 Mar 2017 05:15:00 +0000 (05:15 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 30 Mar 2017 05:15:00 +0000 (05:15 +0000)
commit13a70627957cafb623529e5839386100ff305d83
tree48728ba3f6df9f2c9278780a1a83e4ceff3f3f4d
parent623cb3efadc7f7a354d97d3c20a2e6e5e847a234
MFC r314372:

Use "build" instead of "all" when building ports modules

"all" in ports currently means "stage the ports", which requires root today,
and brings to light other potential issues, like ENAMETOOLONG with staged
directories (bug 161481, etc).

This fixes buildkernel for me when run as a non-root user, assuming all
of the prerequisites have been installed beforehand and are up-to-date.

Discussed with: swills (IRC)

git-svn-id: svn://svn.freebsd.org/base/stable/10@316218 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/conf/kern.post.mk