Searched refs:make (Results 1 - 25 of 543) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/smbfs/
H A Dconfigure3 make configure $*
/freebsd-12-stable/tools/build/make_check/
H A Dregress.t5 make all
H A Dcheck.mk6 .if exists(${.OBJDIR}/../../../usr.bin/make/make)
7 MK= ${.OBJDIR}/../../../usr.bin/make/make
11 make ${MK_ARG} 2>&1 | tee out-old
15 MK= make
/freebsd-12-stable/tools/regression/netinet/arphold/
H A Darphold.t5 make arphold 2>&1 > /dev/null
/freebsd-12-stable/tools/regression/netinet/tcpfullwindowrst/
H A Dtcpfullwindowrst.t5 make tcpfullwindowrsttest 2>&1 > /dev/null
/freebsd-12-stable/contrib/pjdfstest/travis/
H A Dbuild.sh8 make
/freebsd-12-stable/usr.bin/bmake/tests/
H A Dtest-new.mk3 NEW_DIR!= make -C ${.CURDIR}/../../../../usr.bin/make -V .OBJDIR
6 rm -rf /tmp/${USER}.make.test
7 env MAKE_PROG=${NEW_DIR}/make ${.SHELL} ./all.sh
/freebsd-12-stable/tools/regression/security/cap_test/
H A Dcap_test.t6 if test -z "${DIR}" ; then DIR=$( make -V .OBJDIR ); fi
9 make > /dev/null || exit 1
/freebsd-12-stable/sys/contrib/libsodium/dist-build/
H A Dmsys2-win32.sh15 make clean && \
16 make && \
17 make check && \
18 make install
H A Dmsys2-win64.sh15 make clean && \
16 make && \
17 make check && \
18 make install
H A Dosx.sh12 make distclean > /dev/null
27 make -j${PROCESSORS} check && make -j${PROCESSORS} install || exit 1
30 make distclean > /dev/null
/freebsd-12-stable/tools/regression/include/tgmath/
H A Dtgmath.t8 make $executable 2>&1 > /dev/null
/freebsd-12-stable/tools/regression/lib/libc/regex/
H A DMakefile7 cd ${GROT}; make && echo "PASS regex"
11 cd ${GROT}; make spotless
/freebsd-12-stable/tools/regression/netinet/ipsockopt/
H A Dipsockopt.t8 make $executable 2>&1 > /dev/null
/freebsd-12-stable/tools/regression/sockets/accept_fd_leak/
H A Daccept_fd_leak.t8 make $executable 2>&1 > /dev/null
/freebsd-12-stable/tools/regression/sockets/accf_data_attach/
H A Daccf_data_attach.t8 make $executable 2>&1 > /dev/null
/freebsd-12-stable/tools/regression/sockets/kqueue/
H A Dkqueue.t8 make $executable 2>&1 > /dev/null
/freebsd-12-stable/tools/regression/usr.bin/cc/
H A Dfloat.t8 make $executable 2>&1 > /dev/null
/freebsd-12-stable/lib/msun/tests/
H A Dlround_test.t8 make $executable 2>&1 > /dev/null
/freebsd-12-stable/kerberos5/tools/
H A DMakefile3 SUBDIR= make-roken asn1_compile slc
/freebsd-12-stable/kerberos5/tools/make-roken/
H A DMakefile3 PROG= make-roken
6 CLEANFILES= make-roken.c
10 make-roken.c: ${KRB5DIR}/lib/roken/roken.awk ${KRB5DIR}/lib/roken/roken.h.in
/freebsd-12-stable/contrib/ee/
H A DMakefile1 # This is the make file for ee, the "easy editor".
3 # A file called 'make.local' will be generated which will contain information
7 # The "install" target ("make install") will copy the ee binary to
11 # The "clean" target ("make clean") will remove the ee and new_curse.o
18 make -f make.local
21 @./create.make
/freebsd-12-stable/share/doc/psd/12.make/
H A DMakefile4 VOLUME= psd/12.make
/freebsd-12-stable/contrib/googletest/ci/
H A Dbuild-linux-autotools.sh44 make -j ${NPROCESSORS:-2}
/freebsd-12-stable/contrib/ipfilter/ipsend/
H A DMakefile67 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
69 make ipresend "ROBJS=$(ROBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
71 make iptest "TOBJS=$(TOBJS)" "UNIXOBJS=$(BPF) $(SUNOS4)" "CC=$(CC)" \
75 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(NIT) $(SUNOS4)" "CC=$(CC)" \
77 make ipresend "ROBJS=$(ROBJS)" "UNIXOBJS=$(NIT) $(SUNOS4)" "CC=$(CC)" \
79 make iptest "TOBJS=$(TOBJS)" "UNIXOBJS=$(NIT) $(SUNOS4)" "CC=$(CC)" \
83 make ipsend "OBJS=$(OBJS)" "UNIXOBJS=$(SUNOS5)" "CC=$(CC)" \
86 make ipresend "ROBJS=$(ROBJS)" "UNIXOBJS=$(SUNOS5)" "CC=$(CC)" \
88 make iptest "TOBJS=$(TOBJS)" "UNIXOBJS=$(SUNOS5)" "CC=$(CC)" \
92 make ipsen
[all...]

Completed in 291 milliseconds

1234567891011>>