diff options
author | jlam <jlam> | 2004-03-31 05:19:46 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-03-31 05:19:46 +0000 |
commit | ba903bedf3a895f0b89e2f26808bde91a527a5a0 (patch) | |
tree | 1a698530846a91e2f7af6e55f55302cfab499d5f /devel | |
parent | 0002c6d2166a3af52bdf4884e40b0e0f4c176002 (diff) | |
download | pkgsrc-ba903bedf3a895f0b89e2f26808bde91a527a5a0.tar.gz |
Pass along any GMAKE_LOCALE to sub-makes so that the value is preserved
from the environment.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gmake/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index 30eb0292c5b..b07292031ef 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2004/03/25 23:31:22 jlam Exp $ +# $NetBSD: Makefile,v 1.57 2004/03/31 05:19:46 jlam Exp $ DISTNAME= make-3.80 PKGNAME= gmake-3.80 @@ -40,6 +40,7 @@ PLIST_SRC= ${PKGDIR}/PLIST GMAKE_LOCALE?= yes BUILD_DEFS+= GMAKE_LOCALE +MAKEFLAGS+= GMAKE_LOCALE=${GMAKE_LOCALE} .if !empty(GMAKE_LOCALE:M[yY][eE][sS]) USE_PKGLOCALEDIR= yes PLIST_SRC+= ${PKGDIR}/PLIST.locale |