Subject: Re: pkg_install problem
To: Jeremy C. Reed <reed@reedmedia.net>
From: Eric Haszlakiewicz <erh@NetBSD.org>
List: tech-pkg
Date: 11/01/2004 13:14:33
On Mon, Nov 01, 2004 at 12:06:44PM -0600, Eric Haszlakiewicz wrote:
> 	I started looking at making a "make update" do the right thing but ran
> into a snag: creating a do-su-deinstall target causes all sorts of warnings
> from make.  Is that target special somehow, different from, e.g, do-extract?
> (which is overridden in the pkg_install Makefile w/o any warnings)

	to answer my own question: the warnings were due to a missing
".if !target(do-su-deinstall)"  in bsd.pkg.mk.

eric