Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 09:44:49 -0700
From:      Alfred Perlstein <bright@mu.org>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        Peter Wemm <peter@wemm.org>, Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, "M. Warner Losh" <imp@village.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   (using g++ for linkage) Re: cvs commit: src/gnu/usr.bin/gperf
Message-ID:  <20020408164449.GD93885@elvis.mu.org>
In-Reply-To: <20020408083637.GB53790@sunbay.com>
References:  <Pine.BSF.4.44.0204080648390.76282-100000@naos.dbai.tuwien.ac.at> <20020408063937.EAE793810@overcee.wemm.org> <20020408083637.GB53790@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help
* Ruslan Ermilov <ru@FreeBSD.org> [020408 01:39] wrote:
> > 
> OK, how about backing these out and committing this instead?
> 
> %%%
> Index: bsd.prog.mk
> +.if ${SRCS:M*.cc} != "" || ${SRCS:M*.C} != "" || ${SRCS:M*.cpp} != "" || \
> +    ${SRCS:M*.cxx} != ""
> +	${CXX} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${OBJS} ${LDDESTDIR} ${LDADD}
> +.else
>  	${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${OBJS} ${LDDESTDIR} ${LDADD}
> +.endif
>  
>  .else !defined(SRCS)
>  
> %%%

I was about to propose something like this, nice work. :)

-- 
-Alfred Perlstein [alfred@freebsd.org]
'Instead of asking why a piece of software is using "1970s technology,"
 start asking why software is ignoring 30 years of accumulated wisdom.'
Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020408164449.GD93885>