pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide Revert previous. Root cause appears to have...
details: https://anonhg.NetBSD.org/pkgsrc/rev/92291cca06bd
branches: trunk
changeset: 534128:92291cca06bd
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Fri Oct 12 01:29:10 2007 +0000
description:
Revert previous. Root cause appears to have been a corrupted /dev/null not a make issue
diffstat:
doc/guide/Makefile | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r e004cb42d05e -r 92291cca06bd doc/guide/Makefile
--- a/doc/guide/Makefile Fri Oct 12 01:14:49 2007 +0000
+++ b/doc/guide/Makefile Fri Oct 12 01:29:10 2007 +0000
@@ -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 @@
.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}
Home |
Main Index |
Thread Index |
Old Index