Thanks for the clarificaton.
Ruslan Ermilov wrote:
On Wed, Jun 11, 2003 at 02:31:13PM -0300, Daniel C. Sobral wrote:
Shouldn't sed be part of the build tools?
No. build-tools are a different beastie; they are the tools
that are only built during buildworld to "build" something
else. sed(1) isn
On Wed, Jun 11, 2003 at 02:31:13PM -0300, Daniel C. Sobral wrote:
> Shouldn't sed be part of the build tools?
>
No. build-tools are a different beastie; they are the tools
that are only built during buildworld to "build" something
else. sed(1) isn't such a tool. Yes, it can be put under
the boo
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_
3 matches
Mail list logo