Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2003 14:31:13 -0300
From:      "Daniel C. Sobral" <dcs@tcoip.com.br>
To:        hackers <hackers@freebsd.org>
Subject:   build-tools and sed
Message-ID:  <3EE76761.1030103@tcoip.com.br>

next in thread | raw e-mail | index | archive | help
Shouldn't sed be part of the build tools?

It's used in src//gnu/usr.bin/binutils/libbfd/Makefile, at the very least:

targmatch.h: targmatch.sed config.bfd
         sed -f ${.ALLSRC:M*.sed} ${.ALLSRC:M*.bfd} > ${.TARGET}

config.h: config.h.fbsd
.if ${TARGET_ARCH} == "i386"
         sed -e 's,!!TRAD_HEADER!!,"hosts/i386bsd.h",g' ${.ALLSRC} > 
${.TARGET}
.else
         sed -e 's,!!TRAD_HEADER!!,,g' ${.ALLSRC} > ${.TARGET}
.endif


Which was rather annoying when I got caught in the sed bug. Updating 
sources did not fix the problem, because it kept using the install sed...

-- 
Daniel C. Sobral                   (8-DCS)
Gerencia de Operacoes
Divisao de Comunicacao de Dados
Coordenacao de Seguranca
VIVO Centro Oeste Norte
Fones: 55-61-313-7654/Cel: 55-61-9618-0904
E-mail: Daniel.Capo@tco.net.br
         Daniel.Sobral@tcoip.com.br
         dcs@tcoip.com.br

Outros:
	dcs@newsguy.com
	dcs@freebsd.org
	capo@notorious.bsdconspiracy.net

May the Fleas of a Thousand Camels infest one of your Erogenous Zones.



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