Skip to content

Commit

Permalink
Remove CHECK_PERMS_AUTOFIX=yes. It breaks unprivileged bulk builds as…
Browse files Browse the repository at this point in the history
…-is.
  • Loading branch information
0-wiz-0 committed May 30, 2016
1 parent ae5b6e2 commit d398473
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lang/python/extension.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: extension.mk,v 1.46 2016/05/28 11:23:46 richard Exp $
# $NetBSD: extension.mk,v 1.47 2016/05/30 10:31:16 wiz Exp $

.include "../../lang/python/pyversion.mk"

Expand Down Expand Up @@ -28,8 +28,6 @@ PYSETUPTESTTARGET?= test
PYSETUPTESTARGS?= #empty
PYSETUPSUBDIR?= #empty

CHECK_PERMS_AUTOFIX= yes # fixup most mode related warnings/errors

do-build:
(cd ${WRKSRC}/${PYSETUPSUBDIR} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} \
${PYSETUP} ${PYSETUPARGS} ${PYSETUPBUILDTARGET} ${PYSETUPBUILDARGS})
Expand Down

0 comments on commit d398473

Please sign in to comment.