pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc3-c run make with env SHELL=/bin/sh. avoids s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d974b13f49b2
branches:  trunk
changeset: 519034:d974b13f49b2
user:      pooka <pooka%pkgsrc.org@localhost>
date:      Wed Sep 27 14:20:28 2006 +0000

description:
run make with env SHELL=/bin/sh.  avoids shell hell and makes the
build work if your shell happens to be hell (i.e. tcsh)

diffstat:

 lang/gcc3-c/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fb92b226d137 -r d974b13f49b2 lang/gcc3-c/Makefile
--- a/lang/gcc3-c/Makefile      Wed Sep 27 12:50:29 2006 +0000
+++ b/lang/gcc3-c/Makefile      Wed Sep 27 14:20:28 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/03/30 03:44:43 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/09/27 14:20:28 pooka Exp $
 
 PKGNAME=       gcc3${GCC3_PKGMODIF}-c-${GCC_VERSION}
 PKGREVISION=   1
@@ -15,6 +15,7 @@
 MAKE_ENV+=     ALL_GCC=${ALL_GCC:Q}
 MAKE_ENV+=     ALL_GCC_C=${ALL_GCC_C:Q}
 MAKE_ENV+=     ALL_GCC_CCC=${ALL_GCCXX_C:Q}
+MAKE_ENV+=     SHELL=/bin/sh
 
 .include "../../mk/compiler.mk"
 



Home | Main Index | Thread Index | Old Index