From owner-cvs-all Tue Apr 16 13:17:51 2002 Delivered-To: cvs-all@freebsd.org Received: from beaujolais.extremis.net (beaujolais.extremis.net [217.158.56.33]) by hub.freebsd.org (Postfix) with ESMTP id 2719237B400; Tue, 16 Apr 2002 13:17:47 -0700 (PDT) Received: by beaujolais.extremis.net (Postfix, from userid 1010) id 266BF72505; Tue, 16 Apr 2002 20:17:41 +0000 (UTC) Date: Tue, 16 Apr 2002 20:17:41 +0000 From: George Cox To: Ruslan Ermilov Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/gperf Makefile src/gnu/usr.bin/groff/src/devices/grodvi Makefile src/gnu/usr.bin/groff/src/devices/grohtml Makefile src/gnu/usr.bin/groff/src/devices/grolbp Makefile sr Message-ID: <20020416201741.GA96653@beaujolais.extremis.net> References: <20020408063937.EAE793810@overcee.wemm.org> <20020408083637.GB53790@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020408083637.GB53790@sunbay.com> User-Agent: Mutt/1.3.28i X-Nethack: You feel like someone is making a pointless Nethack reference.--More-- X-Operating-System: FreeBSD 4.5-RELEASE-p2 (i386) X-Subliminal-Channel: Fnord X-Y-Z: Now I know my ABCs, won't you sing along with me? Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 08/04 11:36, Ruslan Ermilov wrote: > OK, how about backing these out and committing this instead? > > %%% > Index: bsd.prog.mk > =================================================================== > RCS file: /home/ncvs/src/share/mk/bsd.prog.mk,v > retrieving revision 1.105 > diff -u -r1.105 bsd.prog.mk > --- bsd.prog.mk 7 Apr 2002 14:58:12 -0000 1.105 > +++ bsd.prog.mk 8 Apr 2002 08:34:58 -0000 > @@ -32,7 +32,12 @@ > OBJS+= ${SRCS:N*.h:R:S/$/.o/g} > > ${PROG}: ${OBJS} > +.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) > > %%% Can we add .c++ to the list of filename extensions of C++ source? gjvc -- [gjvc] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message