pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/chicken Setting MAKEINFO in the MAKE_ENV does not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72ed41e828f0
branches:  trunk
changeset: 503431:72ed41e828f0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 20 13:44:46 2005 +0000

description:
Setting MAKEINFO in the MAKE_ENV does not seem strong enough for some bulk
builds. Let's try MAKE_FLAGS instead.

diffstat:

 lang/chicken/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5f86a3e43381 -r 72ed41e828f0 lang/chicken/Makefile
--- a/lang/chicken/Makefile     Sun Nov 20 13:32:03 2005 +0000
+++ b/lang/chicken/Makefile     Sun Nov 20 13:44:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/11/16 22:36:40 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2005/11/20 13:44:46 rillig Exp $
 #
 
 DISTNAME=      chicken-2.2
@@ -14,7 +14,7 @@
 USE_LIBTOOL=   yes
 
 INFO_FILES=    chicken.info
-MAKE_ENV+=     MAKEINFO=${TRUE:Q}
+MAKE_FLAGS+=   MAKEINFO=${TRUE:Q}
 
 # Avoid an ICE in gcc2 on sparc64
 CONFIGURE_ENV+=        F77=${FALSE}



Home | Main Index | Thread Index | Old Index