Home
last modified time | relevance | path

Searched refs:PROG (Results 1 – 25 of 1237) sorted by relevance

12345678910>>...50

/freebsd-9-stable/contrib/cvs/src/
Dsanity.sh226 PROG=`basename ${testcvs}`
2159 "$PROG \[init aborted\]: Cannot initialize repository under existing CVSROOT: \`$CVSROOT_DIRNAME'"
2242 "${PROG} add: cannot open CVS/Entries for reading: No such file or directory
2260 "${PROG} [a-z]*: use .${PROG} add. to create an entry for ssfile
2261 ${PROG}"' \[[a-z]* aborted\]: correct above errors first!' \
2262 "${PROG}"' [a-z]*: nothing known about `ssfile'\''
2390 ${PROG} commit: could not check in ssfile"
2413 "${PROG}: cannot access cvs root ${TESTDIR}/nonexist: .*"
2416 "${PROG} \[[a-z]* aborted\]: ${TESTDIR}/nonexist/CVSROOT: .*"
2428 "${PROG} remove: scheduling .ssfile. for removal
[all …]
/freebsd-9-stable/tools/regression/execve/
DMakefile3 PROG= doexec macro
6 RP= ./${PROG}
13 all: ${PROG} goodaout ${TESTSCRIPTS}
26 test-empty: ${PROG}
32 test-nonexist: ${PROG}
35 test-nonexistshell: ${PROG} nonexistshell
38 test-devnullscript: ${PROG} devnullscript
41 test-badinterplen: ${PROG} badinterplen
44 test-goodscript: ${PROG} goodscript
47 test-scriptarg: ${PROG} scriptarg
[all …]
/freebsd-9-stable/tools/regression/geom/ConfCmp/
DMakefile3 PROG= ConfCmp macro
23 test: ${PROG}
25 ./${PROG} a1.conf a1.conf
26 ./${PROG} a1.conf a1a.conf
27 if ./${PROG} a1.conf a1b.conf > /dev/null 2>&1 ; then exit 1 ; fi
28 if ./${PROG} a1.conf a1c.conf > /dev/null 2>&1 ; then exit 1 ; fi
29 if ./${PROG} a1.conf a1d.conf > /dev/null 2>&1 ; then exit 1 ; fi
30 ./${PROG} a2.conf a2.conf
31 ./${PROG} a2.conf a2a.conf
32 if ./${PROG} a2.conf a2b.conf > /dev/null 2>&1 ; then exit 1 ; fi
[all …]
/freebsd-9-stable/lib/libc/db/test/
Drun.test10 PROG=./dbtest
74 $PROG -o $TMP3 $type $TMP2
88 $PROG -o $TMP3 recno $TMP2
113 $PROG -o $TMP3 $type $TMP2
126 $PROG -o $TMP3 recno $TMP2
149 $PROG -o $TMP3 $type $TMP2
168 $PROG -i psize=$psize -o $TMP3 $type $TMP2
185 $PROG -i psize=$psize -o $TMP3 recno $TMP2
250 $PROG -o $TMP3 recno $TMP2
286 $PROG -o $TMP3 recno $TMP2
[all …]
/freebsd-9-stable/contrib/bmake/mk/
Dprogs.mk27 .ifndef PROG
31 PROG ?= $t
36 .if defined(PROG)
52 .if defined(${v}.${PROG}) || defined(${v}_${PROG})
53 $v += ${${v}_${PROG}:U${${v}.${PROG}}}
58 .if ${PROG} == ${UPDATE_DEPENDFILE_PROG:Uno}
64 DEPENDFILE?= .depend.${PROG}
79 .ifndef PROG
90 (cd ${.CURDIR} && ${.MAKE} -f ${MAKEFILE} PROG=$p ${x.$p})
94 (cd ${.CURDIR} && ${.MAKE} -f ${MAKEFILE} PROG=$p ${x.$p} ${@:E})
Dprog.mk83 .if defined(PROG)
84 SRCS?= ${PROG}.c
94 .NOPATH: ${OBJS} ${PROG} ${SRCS:M*.[ly]:C/\..$/.c/} ${YHEADER:D${SRCS:M*.y:.y=.h}}
118 ${PROG}: ${LIBCRT0} ${OBJS} ${LIBC} ${DPADD}
123 ${PROG}: ${LIBCRT0} ${OBJS} ${LIBC} ${DPADD}
130 MAN= ${PROG}.1
135 all: ${PROG}
142 ${PROG} ${OBJS} ${LOBJS} ${CLEANFILES}
175 .if defined(PROG)
179 ${PROG} ${DESTDIR}${BINDIR}/${PROG_NAME}
[all …]
/freebsd-9-stable/share/mk/
Dbsd.prog.mk28 PROG= ${PROG_CXX}
31 .if defined(PROG) && target(${PROG})
60 PROG_FULL=${PROG}.full
74 PROG_FULL= ${PROG}
77 .if defined(PROG)
78 PROGNAME?= ${PROG}
100 .if !target(${PROG})
102 SRCS= ${PROG}.cc
104 SRCS= ${PROG}.c
112 OBJS= ${PROG}.o
[all …]
Dbsd.crunchgen.mk34 CONF= $(PROG).conf
35 OUTMK= $(PROG).mk
36 OUTC= $(PROG).c
37 OUTPUTS=$(OUTMK) $(OUTC) $(PROG).cache
62 LINKS+= $(BINDIR)/$(PROG) $(BINDIR)/$(P)
66 LINKS+= $(BINDIR)/$(PROG) $(BINDIR)/$(A)
72 all: $(PROG)
73 exe: $(PROG)
113 $(PROG): $(OUTPUTS) objs
/freebsd-9-stable/usr.bin/ministat/
DMakefile2 PROG= ministat macro
8 test: ${PROG}
9 ./${PROG} < ${.CURDIR}/chameleon
10 ./${PROG} ${.CURDIR}/chameleon
11 ./${PROG} ${.CURDIR}/iguana ${.CURDIR}/chameleon
12 ./${PROG} -c 80 ${.CURDIR}/iguana ${.CURDIR}/chameleon
13 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
14 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana ${.CURDIR}/iguana
/freebsd-9-stable/gnu/usr.bin/cc/cc1/
DMakefile9 PROG= cc1 macro
16 OBJS+= ${PROG}-checksum.o
21 ${PROG}-dummy: ${DOBJS}
23 CLEANFILES+= ${PROG}-dummy
25 ${PROG}-checksum.c: ${PROG}-dummy
26 ../cc_tools/genchecksum ${PROG}-dummy > ${.TARGET}
27 CLEANFILES+= ${PROG}-checksum.c
/freebsd-9-stable/usr.sbin/fifolog/fifolog_reader/
DMakefile3 PROG= fifolog_reader macro
13 ./${PROG} /tmp/fifolog.0
14 ./${PROG} -t /tmp/fifolog.0
15 ./${PROG} /tmp/fifolog.1
16 ./${PROG} -B "00:00" /tmp/fifolog.1
17 ./${PROG} -T "%y%m%d-%H%M%S" /tmp/fifolog.1
18 ./${PROG} -T "" /tmp/fifolog.1
/freebsd-9-stable/tools/regression/pjdfstest/
DMakefile3 PROG= pjdfstest macro
5 ${PROG}: ${PROG}.c
21 cmd="cc -Wall $$CFLAGS ${PROG}.c -o ${PROG}"; \
26 rm -f ${PROG}
/freebsd-9-stable/gnu/usr.bin/cc/cc1plus/
DMakefile9 PROG= cc1plus macro
24 OBJS+= ${PROG}-checksum.o
36 ${PROG}-dummy: ${DOBJS}
38 CLEANFILES+= ${PROG}-dummy
40 ${PROG}-checksum.c: ${PROG}-dummy
41 ../cc_tools/genchecksum ${PROG}-dummy > ${.TARGET}
42 CLEANFILES+= ${PROG}-checksum.c
/freebsd-9-stable/usr.bin/grep/
DMakefile8 PROG= grep macro
10 PROG= bsdgrep macro
44 LINKS+= ${BINDIR}/${PROG} ${BINDIR}/xzgrep \
45 ${BINDIR}/${PROG} ${BINDIR}/xzegrep \
46 ${BINDIR}/${PROG} ${BINDIR}/xzfgrep \
47 ${BINDIR}/${PROG} ${BINDIR}/lzgrep \
48 ${BINDIR}/${PROG} ${BINDIR}/lzegrep \
49 ${BINDIR}/${PROG} ${BINDIR}/lzfgrep
/freebsd-9-stable/tools/regression/poll/
DMakefile6 PROG= pipepoll pipeselect sockpoll macro
9 all: ${PROG}
18 -for prog in ${PROG}; do \
24 for prog in ${PROG}; do \
29 for prog in ${PROG}; do \
34 for prog in ${PROG}; do \
/freebsd-9-stable/usr.sbin/diskinfo/
DMakefile3 PROG= diskinfo macro
11 test: ${PROG}
12 ./${PROG} /dev/ad4 md50
13 ./${PROG} -v /dev/ad4 md50
14 ./${PROG} -t /dev/ad4
/freebsd-9-stable/usr.sbin/fifolog/fifolog_create/
DMakefile3 PROG= fifolog_create macro
17 ./${PROG} /tmp/fifolog.0
18 ./${PROG} -s 10m /tmp/fifolog.1
19 ./${PROG} -l 1k /tmp/fifolog.2
20 ./${PROG} -r 1k /tmp/fifolog.3
/freebsd-9-stable/contrib/groff/
DMakefile.ccpg9 all: $(PROG) $(MANPAGES)
11 $(PROG): $(OBJS) $(XLIBS)
15 install_prog: $(PROG)
29 pure: $(PROG).pure
31 $(PROG).pure: $(OBJS) $(XLIBS)
/freebsd-9-stable/libexec/rtld-elf/
DMakefile6 PROG?= ld-elf.so.1 macro
31 SYMLINKS= ${BINDIR}/${PROG} /usr/libexec/${PROG}
52 ${PROG}: ${VERSION_MAP}
64 .if exists(${DESTDIR}/usr/libexec/${PROG})
65 -chflags noschg ${DESTDIR}/usr/libexec/${PROG}
/freebsd-9-stable/tools/regression/environ/
DMakefile.retention5 PROG= retention
9 CLEANFILES= *~ ${PROG}.core
15 test: ${PROG}
16 @./${PROG}
/freebsd-9-stable/sys/crypto/rijndael/
DMakefile3 PROG=test00 macro
5 SRCS= ${PROG}.c rijndael-alg-fst.c rijndael-api-fst.c
11 test: ${PROG}
12 ./${PROG}
/freebsd-9-stable/sys/conf/
Dkmod.mk176 .if !defined(PROG)
177 PROG= ${KMOD}.ko
181 FULLPROG= ${PROG}
183 FULLPROG= ${PROG}.debug
184 ${PROG}: ${FULLPROG} ${PROG}.symbols
185 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${PROG}.symbols\
187 ${PROG}.symbols: ${FULLPROG}
238 all: objwarn ${PROG}
278 CLEANFILES+= ${PROG} ${KMOD}.kld ${OBJS}
281 CLEANFILES+= ${FULLPROG} ${PROG}.symbols
[all …]
/freebsd-9-stable/contrib/tcpdump/
DMakefile.in44 PROG = tcpdump
206 CLEANFILES = $(PROG) $(OBJ) $(GENSRC)
278 all: $(PROG)
280 $(PROG): $(OBJ) @V_PCAPDEP@
328 $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
329 $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat ${srcdir}/VERSION`
332 $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1
335 rm -f $(DESTDIR)$(sbindir)/$(PROG)
336 rm -f $(DESTDIR)$(mandir)/man1/$(PROG).1
344 rm -f $(CLEANFILES) $(PROG)-`cat VERSION`.tar.gz
[all …]
/freebsd-9-stable/contrib/bmake/
DMakefile6 PROG= bmake macro
133 PROG_NAME= ${PROG}-${MAKE_VERSION}
135 SYMLINKS+= ${PROG}-${MAKE_VERSION} ${BINDIR}/${PROG}
142 MAN= ${PROG}.1
145 .if (${PROG} != "make")
221 …cd ${.CURDIR}/unit-tests && MAKEFLAGS= ${.MAKE} -r -m / TEST_MAKE=${TEST_MAKE:U${.OBJDIR}/${PROG:T…
/freebsd-9-stable/sbin/recoverdisk/
DMakefile3 PROG= recoverdisk macro
7 test: ${PROG}
8 ./${PROG} /dev/ad0

12345678910>>...50