Searched refs:ALLSRC (Results 151 - 175 of 206) sorted by relevance

123456789

/freebsd-11-stable/stand/efi/loader/
H A DMakefile103 if ${NM} ${.ALLSRC} | grep ' U '; then \
104 echo "Undefined symbols in ${.ALLSRC}"; \
112 --output-target=${EFI_TARGET} ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/share/mk/
H A Dplain.test.mk61 cat ${.ALLSRC:N*Makefile*} >${.TARGET}.tmp
63 cat ${.ALLSRC:N*Makefile*} \
H A Datf.test.mk76 cat ${.ALLSRC:N*Makefile*} >>${.TARGET}.tmp
78 cat ${.ALLSRC:N*Makefile*} \
H A Dbsd.nls.mk47 cat ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/sbin/ipf/ipftest/
H A DMakefile36 ${YACC} -b ipnat -d ${.ALLSRC}
55 ${.ALLSRC} > ${.TARGET}
59 ${.ALLSRC} > ${.TARGET}
62 ${YACC} -b ippool -d ${.ALLSRC}
79 ${.ALLSRC} > ${.TARGET}
83 ${.ALLSRC} > ${.TARGET}
86 ${YACC} -b ipf -d ${.ALLSRC}
103 ${.ALLSRC} > ${.TARGET}
107 ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/lib/libz/
H A DMakefile64 ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/usr.bin/vi/catalog/
H A DMakefile42 env LC_ALL=C sort -u ${.ALLSRC} | \
72 f=${.ALLSRC:S;.base$;;}; \
109 ${CC:N${CCACHE_BIN}} -o ${.TARGET} ${.ALLSRC}
/freebsd-11-stable/contrib/bmake/mk/
H A Dldorder.mk41 @echo depends: ${.ALLSRC:M.ldorder-lib*} > /dev/null
48 @${.ALLSRC:O:u:@f@${REFERENCE_FILE} < $f;@}
123 @(cat /dev/null ${.ALLSRC:M*ldorder*}; \
H A Dmeta.stage.mk148 STAGE_INCS ?= ${.ALLSRC:N.dirdep:Nstage_*}
163 STAGE_LIBS ?= ${.ALLSRC:N.dirdep:Nstage_*}
198 STAGE_FILES.$s ?= ${.ALLSRC:N.dirdep:Nstage_*}
205 STAGE_FILES ?= ${.ALLSRC:N.dirdep:Nstage_*}
269 STAGE_AS.$s ?= ${.ALLSRC:N.dirdep:Nstage_*}
284 STAGE_AS_AND_SYMLINK.$s ?= ${.ALLSRC:N.dirdep:Nstage_*}
H A Dsubdir.mk78 -cd ${.CURDIR}; etags `echo ${.ALLSRC:N*.h} | sed 's;${.CURDIR}/;;'`
/freebsd-11-stable/bin/csh/
H A DMakefile110 cat ${.ALLSRC} > ${.TARGET}
137 grep 'ERR_' ${.ALLSRC} | grep '^#define' >> ${.TARGET}
145 ${CC:N${CCACHE_BIN}} -E ${CFLAGS:C/-DHAVE_ICONV//} ${.ALLSRC} -D_h_tc_const | \
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.asm35 env CC=cc perl ${.ALLSRC} 64 ${.TARGET:R:S/$/.s/}
37 echo '/* Do not modify. This file is auto-generated from ${.ALLSRC:T:R:S/$/.pl/}. */' ;\
109 env CC=cc perl ${.ALLSRC} elf ${.TARGET}
149 echo '/* Do not modify. This file is auto-generated from ${.ALLSRC:T}. */' ;\
150 env CC=cc perl ${.ALLSRC} elf ) > ${.TARGET}
/freebsd-11-stable/gnu/lib/libsupc++/
H A DMakefile42 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/gnu/usr.bin/grep/
H A DMakefile46 ${CP} ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/gnu/usr.bin/cc/cc1plus/
H A DMakefile33 ${.ALLSRC} > ${.TARGET} || (rm -f ${.TARGET}; false)
/freebsd-11-stable/usr.bin/grep/
H A DMakefile14 ${CP} ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/stand/i386/loader/
H A DMakefile67 strip -R .comment -R .note -o ${.TARGET} ${.ALLSRC}
/freebsd-11-stable/lib/libsm/
H A DMakefile41 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/usr.sbin/sendmail/
H A DMakefile72 ln -sf ${.ALLSRC} ${.TARGET}
/freebsd-11-stable/share/i18n/esdb/
H A DMakefile.part72 sed ${SED_EXP:S@%%PART%%@${i}@} ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/cddl/lib/libdtrace/
H A DMakefile127 sh ${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common/mkerrtags.sh < ${.ALLSRC} > ${.TARGET}
130 sh ${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common/mknames.sh < ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/lib/libc/posix1e/
H A DMakefile.inc9 cat ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/lib/libc/
H A DMakefile164 ${CP} ${LIBC_SRCTOP}/quad/quad.h ${.ALLSRC} ${DESTDIR}/sys/libkern
168 ${CP} ${.ALLSRC} ${DESTDIR}/sys/libkern/${LIBC_ARCH}
/freebsd-11-stable/usr.sbin/bsnmpd/bsnmpd/
H A DMakefile143 gensnmptree -e ${XSYM} < ${.ALLSRC:M*.def} > ${.TARGET}
148 gensnmptree -l < ${.ALLSRC}
/freebsd-11-stable/rescue/rescue/
H A DMakefile17 sed '1s/\/bin\//\/rescue\//' ${.ALLSRC} > ${.TARGET}
23 sed '1s/\/bin\//\/rescue\//' ${.ALLSRC} > ${.TARGET}

Completed in 599 milliseconds

123456789