From cc41b1afabb4d2c262902b5e0b724c262915fc8c Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 8 Sep 1999 22:01:19 +0000 Subject: Add '-r' to root-install-flags if DEINSTALLDEPENDS is set to != "ALL". (This doesn't affect the "make update" target, it just makes "make deinstall DEINSTALLDEPENDS=YES" behave sane). --- mk/bsd.pkg.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index ed48c54744f..06aed1a3c60 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.335 1999/09/08 14:58:34 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.336 1999/09/08 22:01:19 hubertf Exp $ # # This file is in the public domain. # @@ -1581,7 +1581,9 @@ pkg-su-deinstall: uptodate-pkgtools .if (${DEINSTALLDEPENDS} != "NO") .if (${DEINSTALLDEPENDS} != "ALL") -root-install-flags+= -R +# used for removing stuff in bulk builds +root-install-flags+= -r -R +# used for "update" target .else root-install-flags+= -r .endif -- cgit v1.2.3