From 2dc5bfe4fb2c99d201f64ce06a232cfac7ccee47 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 1 Feb 2001 08:28:07 +0000 Subject: take advantage of new target in bsd.pkg.mk to simplify the script and be sure to not miss libtool depends. --- mk/bulk/printdepends | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'mk') diff --git a/mk/bulk/printdepends b/mk/bulk/printdepends index 82141c69bae..b36e2204a79 100644 --- a/mk/bulk/printdepends +++ b/mk/bulk/printdepends @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: printdepends,v 1.4 2000/12/29 15:56:26 dmcmahill Exp $ +# $NetBSD: printdepends,v 1.5 2001/02/01 08:28:07 dmcmahill Exp $ # # Print list of pkg dependencies suitable for tsort(1). # Start in /usr/pkgsrc. @@ -17,35 +17,21 @@ cwd=$PWD #list=x11/gnome #list='x11/xteddy x11/xsnow' -mf=$cwd/.m.`hostname`.$$ -# Makefile to print the DEPENDS' and BUILD_DEPENDS' directory parts -# bsd.pkg.mk is pulled in via the Makefile -cat >$mf <