Searched refs:TOOL_SED (Results 1 - 25 of 152) sorted by relevance

1234567

/src/sys/conf/
H A Dcscope.mk11 @${TOOL_SED} 's/[^:]*://;s/^ *//;s/ *\\ *$$//;' lib/kern/.depend \
13 | ${TOOL_SED} ';s|^../../||;' \
15 @${TOOL_SED} 's/[^:]*://;s/^ *//;s/ *\\ *$$//;' lib/compat/.depend \
17 | ${TOOL_SED} 's|^../../||;' \
20 ${CSCOPE} -k -i - -b `echo ${INCLUDES} | ${TOOL_SED} s/-nostdinc//`
39 `${TOOL_SED} 's/[^:]*://;s/^ *//;s/ *\\\\ *$$//;' \
42 | ${TOOL_SED} "s|^../../||" \
44 `${TOOL_SED} 's/[^:]*://;s/^ *//;s/ *\\\\ *$$//;' \
/src/lib/libterminfo/
H A Dgenthash34 : ${TOOL_SED:=sed}
48 $TOOL_SED -n -e "1,/_ti_cap_flagids/d" -e '/};/,$d' \
52 $TOOL_SED -n -e "1,/_ti_cap_numids/d" -e '/};/,$d' \
56 $TOOL_SED -n -e "1,/_ti_cap_strids/d" -e '/};/,$d' \
H A Dgenman33 : ${TOOL_SED:=sed}
45 $TOOL_SED -n \
48 cap=$($TOOL_SED -ne "s/.*{ \"\(..\)\", TICODE_$code }.*/\1/p" \
50 desc=$($TOOL_SED -ne "s/ \* $name\: \(.*\)/\1/p" $ti)
H A Dgenhash38 : ${TOOL_SED:=sed}
47 len=$($TOOL_SED -e "1,/enum TI${NAME}/d" -e '/};/,$d' \
54 $TOOL_SED -e "1,/enum TI${NAME}/d" -e '/};/,$d' \
58 $TOOL_SED -e "1,/enum TI${NAME}/d" -e '/};/,$d' \
/src/sys/arch/amiga/dev/
H A DMakefile7 echo '/* $$' 'NetBSD$$ */' | ${TOOL_SED} -e 's/ N/N/' > ${.TARGET}
11 | ${TOOL_SED} -e 's/[^$$]*\$$//' -e 's/\$$.*//' -e 's/^/ /' \
/src/sbin/devpubd/
H A DMakefile29 ${TOOL_SED} -e 's,@HOOKSDIR@,/libexec/devpubd-hooks,g' \
/src/sys/arch/zaurus/conf/
H A DMakefile.zaurus.inc31 ${TOOL_SED} -e 's/@KERNEL_BASE_PHYS@/${KERNEL_BASE_PHYS}/' \
/src/usr.sbin/postinstall/
H A DMakefile12 ARCHSUBDIRS != ${TOOL_SED} -n '/ARCHDIR_SUBDIR/s/[[:space:]]//gp' \
19 ${TOOL_SED} -e "s#@ARCHSUBDIRS@#${ARCHSUBDIRS}#" < ${.ALLSRC} > ${.TARGET}
/src/sys/arch/epoc32/conf/
H A DMakefile.epoc32.inc21 ${TOOL_SED} -e 's/@KERNEL_BASE_PHYS@/${KERNEL_BASE_PHYS}/' \
/src/share/i18n/esdb/EBCDIC/
H A DMakefile.inc11 ${TOOL_SED} 's/EBCDIC-x/EBCDIC-$i/' $> > $@
/src/share/i18n/esdb/GEORGIAN/
H A DMakefile.inc12 ${TOOL_SED} -e 's/GEORGIANx/GEORGIAN-${i}/' \
/src/share/i18n/esdb/ISO-8859/
H A DMakefile.inc11 ${TOOL_SED} 's/ISO-8859-x/ISO-8859-$i/' $> > $@
/src/share/i18n/esdb/ISO646/
H A DMakefile.inc11 ${TOOL_SED} 's/ISO646-x/ISO646-$i/' $> > $@
/src/tools/lorder/
H A DMakefile20 ${TOOL_SED} -e "s,/bin/sh,"${HOST_BSHELL:Q}",g" \
24 -e "s,{SED:=.*},{SED:="${TOOL_SED:Q}"}," \
/src/distrib/amd64/cdroms/installdvd/
H A DMakefile20 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \
/src/distrib/evbarm/isoimage/
H A DMakefile12 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \
/src/distrib/i386/cdroms/installdvd/
H A DMakefile24 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
/src/doc/
H A DMakefile9 | ${TOOL_SED} -e "s,.$$(printf '\b'),,g" \
/src/share/i18n/esdb/BIG5/
H A DMakefile.inc12 Big5_$i_variable!= ${TOOL_SED} \
22 ${TOOL_SED} -e 's/encoding/Big5-$i/' \
/src/distrib/amd64/cdroms/installcd/
H A DMakefile22 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \
/src/distrib/i386/cdroms/bootcd-com/
H A DMakefile15 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
/src/distrib/amd64/cdroms/bootcd-com/
H A DMakefile17 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
/src/distrib/i386/cdroms/bootcd/
H A DMakefile13 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
/src/distrib/amd64/cdroms/bootcd/
H A DMakefile13 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
/src/sys/arch/evbarm/conf/
H A DMakefile.evbarm.inc52 ${TOOL_SED} -e 's/@KERNEL_BASE_PHYS@/${KERNEL_BASE_PHYS}/' \

Completed in 27 milliseconds

1234567