diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-15 18:55:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-15 18:55:18 +0000 |
commit | 5458d4484c4bea15b9c4e91d1a2f14ae65dd8315 (patch) | |
tree | 0a86f395499349f9153d0ae3222d5c5739267664 /mk | |
parent | faffd848dfc814ca92246961436fdc40e1686fc2 (diff) | |
download | pkgsrc-5458d4484c4bea15b9c4e91d1a2f14ae65dd8315.tar.gz |
Remove DEBUG_FLAGS variable that occurs exactly once in pkgsrc -- here.
Set INSTALL_UNSTRIPPED if you want the behaviour it affected.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 92f78e7b68d..6680f96dee6 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1997 2014/03/11 14:07:04 jperkin Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1998 2014/04/15 18:55:18 wiz Exp $ # # This file is in the public domain. # @@ -105,7 +105,7 @@ _SU_ROOT_USER?= ${ROOT_USER} REAL_ROOT_USER?= ${ROOT_USER} REAL_ROOT_GROUP?= ${ROOT_GROUP} -.if (defined(INSTALL_UNSTRIPPED) && !empty(INSTALL_UNSTRIPPED:M[yY][eE][sS])) || defined(DEBUG_FLAGS) +.if (defined(INSTALL_UNSTRIPPED) && !empty(INSTALL_UNSTRIPPED:M[yY][eE][sS])) _INSTALL_UNSTRIPPED= # set (flag used by platform/*.mk) .endif |