pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gmake Pass along any GMAKE_LOCALE to sub-makes s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a8b836a82798
branches: trunk
changeset: 471792:a8b836a82798
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Mar 31 05:19:46 2004 +0000
description:
Pass along any GMAKE_LOCALE to sub-makes so that the value is preserved
from the environment.
diffstat:
devel/gmake/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6f84094de095 -r a8b836a82798 devel/gmake/Makefile
--- a/devel/gmake/Makefile Wed Mar 31 04:59:18 2004 +0000
+++ b/devel/gmake/Makefile Wed Mar 31 05:19:46 2004 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index