From c16221a4db5db247e9ecea04d817821955982042 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 8 Jul 2006 23:10:35 +0000 Subject: Change the format of BUILDLINK_ORDER to contain depth information as well, and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto --- editors/sam/buildlink3.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/sam') diff --git a/editors/sam/buildlink3.mk b/editors/sam/buildlink3.mk index f40d564b043..28aa8947326 100644 --- a/editors/sam/buildlink3.mk +++ b/editors/sam/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2006/07/08 22:39:16 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2006/07/08 23:10:49 jlam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ SAM_BUILDLINK3_MK:= ${SAM_BUILDLINK3_MK}+ @@ -9,7 +9,7 @@ BUILDLINK_DEPENDS+= sam BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nsam} BUILDLINK_PACKAGES+= sam -BUILDLINK_ORDER+= sam +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}sam .if !empty(SAM_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.sam+= sam>=4.3nb1 -- cgit v1.2.3