Searched refs:TARGET (Results 1 - 25 of 454) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-make_print_var_on_error-jobs.exp1 echo fail all; false 'all' '${.TARGET}' '$${.TARGET}'
7 .ERROR_CMD='@: before '${.TARGET}' '${.TARGET}' '$${.TARGET}' echo fail ${.TARGET}; false '${.TARGET}' '${.TARGET}' '$${.TARGET}' @: after '${.TARGET}' '
[all...]
H A Dvarname-make_print_var_on_error.mk15 # does not expand the node-local variables like .TARGET. This results in the
16 # double '${.TARGET}' in the output.
21 @: before '${.TARGET}' '$${.TARGET}' '$$$${.TARGET}'
22 echo fail ${.TARGET}; false '${.TARGET}' '$${.TARGET}' '$$$${.TARGET}'
23 @: after '${.TARGET}' '
[all...]
H A Dmeta-ignore.inc32 @echo "${DESC.${.TARGET}}"; \
33 ${MAKE} -C ${.CURDIR} -f ${makefile} check-ignore parent=${.TARGET}
60 @: < ${IGNORE}/check > ${.TARGET}
61 @sleep 1; echo ${.TARGET} > ${IGNORE}/check
H A Dvarname-make_print_var_on_error-jobs.mk17 # does not expand the node-local variables like .TARGET. This results in the
18 # double '${.TARGET}' in the output.
26 @: before '${.TARGET}' '$${.TARGET}' '$$$${.TARGET}'
27 echo fail ${.TARGET}; false '${.TARGET}' '$${.TARGET}' '$$$${.TARGET}'
28 @: after '${.TARGET}' '
[all...]
H A Dvarname-make_print_var_on_error.exp1 echo fail all; false 'all' '${.TARGET}' '$${.TARGET}'
H A Dcompat-error.exp3 false 'fail1' '${.TARGET}' '$${.TARGET}'
7 false 'fail2' '${.TARGET}' '$${.TARGET}'
/freebsd-current/release/i386/
H A Di386.conf8 TARGET="i386"
11 CHROOT_MAKEENV="TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH}"
/freebsd-current/release/arm/
H A Darmv7.conf6 TARGET="arm"
/freebsd-current/release/riscv/
H A Driscv64.conf5 TARGET="riscv"
/freebsd-current/release/powerpc/
H A Dpowerpc64le.conf7 TARGET="powerpc"
H A Dpowerpcspe.conf7 TARGET="powerpc"
H A Dpowerpc64.conf7 TARGET="powerpc"
H A Dpowerpc.conf7 TARGET="powerpc"
/freebsd-current/release/arm64/
H A Daarch64.conf8 TARGET="arm64"
/freebsd-current/release/amd64/
H A Damd64.conf7 TARGET="amd64"
/freebsd-current/contrib/ncurses/misc/
H A Dmakellib107 TARGET=$LLIB
112 TARGET=$llib.c
113 ln $llib $TARGET
117 TARGET=$llib.c
118 ln $llib $TARGET
122 TARGET=$llib.c
123 ln $llib $TARGET
127 TARGET=$llib.c
128 ln $llib $TARGET
132 TARGET
[all...]
/freebsd-current/usr.sbin/bhyve/gdb/
H A DMakefile16 @echo "<?xml version=\"1.0\"?>" > ${.TARGET}
17 @echo "<!DOCTYPE target SYSTEM \"gdb-target.dtd\">" >> ${.TARGET}
18 @echo "<target>" >> ${.TARGET}
19 @echo " <architecture>${XMLARCH}</architecture>" >> ${.TARGET}
21 @echo " <xi:include href=\"${file}\"/>" >> ${.TARGET}
23 @echo "</target>" >> ${.TARGET}
/freebsd-current/share/examples/ses/
H A DMakefile.inc40 cat ${.IMPSRC} > ${.TARGET}
/freebsd-current/lib/libmd/
H A DMakefile93 sys/md5.h: ${SRCTOP}/sys/${.TARGET} .NOMETA
94 ln -sf ${.ALLSRC} ${.TARGET}
152 sed -e 's/mdX/md4/g' -e 's/MDX/MD4/g' ${.ALLSRC}) > ${.TARGET}
156 sed -e 's/mdX/md5/g' -e 's/MDX/MD5/g' ${.ALLSRC}) > ${.TARGET}
161 ${.ALLSRC}) > ${.TARGET}
166 ${.ALLSRC}) > ${.TARGET}
172 ${.ALLSRC}) > ${.TARGET}
178 ${.ALLSRC}) > ${.TARGET}
184 ${.ALLSRC}) > ${.TARGET}
190 ${.ALLSRC}) > ${.TARGET}
[all...]
/freebsd-current/libexec/atf/atf-sh/tests/
H A DMakefile22 echo '#! /usr/libexec/atf-sh' >${.TARGET}.tmp
23 cat ${.ALLSRC} >>${.TARGET}.tmp
24 chmod +x ${.TARGET}.tmp
25 mv ${.TARGET}.tmp ${.TARGET}
/freebsd-current/stand/fonts/
H A DMakefile26 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
28 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
30 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
32 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
34 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
36 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
38 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
40 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
42 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
44 ${COMPRESS_CMD} ${.ALLSRC} > ${.TARGET}
[all...]
/freebsd-current/tests/sys/kqueue/libkqueue/
H A Dconfig.h12 #define TARGET "freebsd" macro
/freebsd-current/libexec/ypxfr/
H A DMakefile27 rm -f ${.TARGET}
28 ${RPCGEN} -DYPPUSH_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
31 rm -f ${.TARGET}
32 ${RPCGEN} -DYPSERV_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
35 rm -f ${.TARGET}
36 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x
39 # rm -f ${.TARGET}
40 # ${RPCGEN} -c -o ${.TARGET} ${RPCDIR}/ypxfrd.x
43 rm -f ${.TARGET}
44 ${RPCGEN} -h -o ${.TARGET}
[all...]
/freebsd-current/lib/libc/quad/TESTS/
H A DMakefile6 gcc -g -DSPARC_XXX ${MUL} -o ${.TARGET}
10 gcc -g -DSPARC_XXX ${DIVREM} -o ${.TARGET}
/freebsd-current/usr.sbin/rpc.yppasswdd/
H A DMakefile32 rm -f ${.TARGET}
34 sed s/"static int _rpcsvcstate"/"int _rpcsvcstate"/g > ${.TARGET}
37 rm -f ${.TARGET}
38 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yppasswd.x
41 rm -f ${.TARGET}
42 ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x
45 rm -f ${.TARGET}
46 ${RPCGEN} -DYPSERV_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
49 rm -f ${.TARGET}
50 ${RPCGEN} -h -o ${.TARGET}
[all...]

Completed in 287 milliseconds

1234567891011>>