diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-10-12 01:29:10 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-10-12 01:29:10 +0000 |
commit | da7fa12187d70f954dc75c5ac6e046551c08fb95 (patch) | |
tree | c6450e0ece18a391b42848c2eab00a0ab141cecb /doc/guide/Makefile | |
parent | bc002157a02e85cf4f21a1a4d1e11b298578db62 (diff) | |
download | pkgsrc-da7fa12187d70f954dc75c5ac6e046551c08fb95.tar.gz |
Revert previous. Root cause appears to have been a corrupted /dev/null not a make issue
Diffstat (limited to 'doc/guide/Makefile')
-rw-r--r-- | doc/guide/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
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} |