pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper In line with the unconditional inclusion in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b189a7254f8
branches:  trunk
changeset: 492239:4b189a7254f8
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Apr 07 16:56:00 2005 +0000

description:
In line with the unconditional inclusion in bsd.pkg.mk, bsd.buildlink3.mk
must always bee included too.

diffstat:

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

diffs (20 lines):

diff -r e612d17858f3 -r 4b189a7254f8 mk/wrapper/bsd.wrapper.mk
--- a/mk/wrapper/bsd.wrapper.mk Thu Apr 07 16:22:09 2005 +0000
+++ b/mk/wrapper/bsd.wrapper.mk Thu Apr 07 16:56:00 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.wrapper.mk,v 1.27 2005/03/24 17:46:01 tv Exp $
+# $NetBSD: bsd.wrapper.mk,v 1.28 2005/04/07 16:56:00 tv Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -52,9 +52,7 @@
 
 .PHONY: do-wrapper
 
-.if !defined(NO_BUILD)
-.  include "../../mk/buildlink3/bsd.buildlink3.mk"
-.endif
+.include "../../mk/buildlink3/bsd.buildlink3.mk"
 
 # Create the saved variables Makefile fragment to pass variables
 # through to sub-make processes invoked on the same Makefile.



Home | Main Index | Thread Index | Old Index