pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Force depend target to explicitly...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a88765219d37
branches:  trunk
changeset: 540851:a88765219d37
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Apr 08 11:50:46 2008 +0000

description:
Force depend target to explicitly run for libfetch. Disallow parallel
builds in that part of the build. This works around issues with
bootstrap-mk-files not handling DPSRCS correctly.

diffstat:

 pkgtools/pkg_install/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 102e5bf5ebe7 -r a88765219d37 pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Tue Apr 08 11:48:18 2008 +0000
+++ b/pkgtools/pkg_install/Makefile     Tue Apr 08 11:50:46 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.150 2008/04/04 15:21:32 joerg Exp $
+# $NetBSD: Makefile,v 1.151 2008/04/08 11:50:46 joerg Exp $
 
 # Notes to package maintainers:
 #
@@ -150,7 +150,10 @@
                --disable-dependency-tracking
        cd ${WRKDIR}/libarchive && ${BUILD_MAKE_CMD}
 .endif
-       cd ${WRKDIR}/libfetch && ${BUILD_MAKE_CMD}
+       cd ${WRKDIR}/libfetch && ${SETENV} ${MAKE_ENV}                  \
+               ${MAKE_PROGRAM} ${MAKE_FLAGS} ${BUILD_MAKE_FLAGS}       \
+                       -f ${MAKE_FILE} depend all
+
 
 # XXX Reverse the order that update does things since
 # XXX we need pkg_delete built before we can deinstall.



Home | Main Index | Thread Index | Old Index