=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.128 retrieving revision 1.130 diff -u -r1.128 -r1.130 --- src/Makefile 2016/10/06 16:22:43 1.128 +++ src/Makefile 2016/10/18 02:47:07 1.130 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.128 2016/10/06 16:22:43 tb Exp $ +# $OpenBSD: Makefile,v 1.130 2016/10/18 02:47:07 tb Exp $ # # For more information on building in tricky environments, please see @@ -75,12 +75,12 @@ cp /dev/null ${GLOBAL_AUTOCONF_CACHE} .endif @if [[ `id -u` -ne 0 ]]; then \ - echo 'must be called by root' 2>&1; \ + echo $@ must be called by root >&2; \ false; \ fi cd ${.CURDIR}/share/mk && exec ${MAKE} install - exec ${MAKE} includes exec ${MAKE} cleandir + exec ${MAKE} includes cd ${.CURDIR}/lib && \ su ${BUILDUSER} -c '${MAKE} depend && exec ${MAKE}' && \ NOMAN=1 exec ${MAKE} install