=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- src/Makefile 2016/10/18 02:47:07 1.130 +++ src/Makefile 2016/11/19 14:20:58 1.131 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.130 2016/10/18 02:47:07 tb Exp $ +# $OpenBSD: Makefile,v 1.131 2016/11/19 14:20:58 tb Exp $ # # For more information on building in tricky environments, please see @@ -71,6 +71,9 @@ @false .else build: + umask ${WOBJUMASK}; exec ${MAKE} do-build + +do-build: .ifdef GLOBAL_AUTOCONF_CACHE cp /dev/null ${GLOBAL_AUTOCONF_CACHE} .endif