pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/build Always run the "pkginstall" step even if NO_B...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a7574fe5a82
branches:  trunk
changeset: 515685:2a7574fe5a82
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jul 06 17:22:13 2006 +0000

description:
Always run the "pkginstall" step even if NO_BUILD is specified.

diffstat:

 mk/build/bsd.build.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cbd2c256935f -r 2a7574fe5a82 mk/build/bsd.build.mk
--- a/mk/build/bsd.build.mk     Thu Jul 06 17:04:42 2006 +0000
+++ b/mk/build/bsd.build.mk     Thu Jul 06 17:22:13 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.build.mk,v 1.3 2006/07/05 22:21:02 jlam Exp $
+# $NetBSD: bsd.build.mk,v 1.4 2006/07/06 17:22:13 jlam Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and provides all
 # variables and targets related to building sources for a package.
@@ -29,7 +29,7 @@
 build:
        @${DO_NADA}
 .  else
-build: configure build-cookie
+build: configure build-cookie pkginstall
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index