From d5137b4bd2a837def59435d8b1d27444b5a33d88 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Fri, 12 Oct 2007 01:29:10 +0000 Subject: Revert previous. Root cause appears to have been a corrupted /dev/null not a make issue --- doc/guide/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'doc/guide') diff --git a/doc/guide/Makefile b/doc/guide/Makefile index 3d24a8bf7ff..30ac62183d0 100644 --- a/doc/guide/Makefile +++ b/doc/guide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2007/10/10 11:36:11 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.32 2007/10/12 01:29:10 dmcmahill Exp $ # DISTNAME= pkgsrc-guide-${PKGVERSION} @@ -40,17 +40,11 @@ _GUIDE_OUTPUTS= ${OUTPUTS} .include "Makefile.common" -# this hack is needed because otherwise PKGMAKECONF ends up set -# to /dev/null during the build. When make is then called recursively -# with MAKECONF=/dev/null, some older versions fail. -PKGMAKECONF?= ${WRKDIR}/mk.conf - # The source files are only symlinked into the WRKSRC, so that they can # be easily modified, should the "lint" phase fail. pre-extract: ${MKDIR} ${WRKSRC} ${LN} -s ${FILESDIR}/* ${WRKSRC} - ${TOUCH} ${PKGMAKECONF} do-build: .for _output_ in ${OUTPUTS} -- cgit v1.2.3