Searched refs:make (Results 51 - 75 of 696) sorted by relevance

1234567891011>>

/openbsd-current/regress/sys/kern/xonly/
H A DMakefile7 .elif make(regress) || make(all)
/openbsd-current/regress/lib/libpthread/
H A DMakefile27 .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
38 make cleandir && make obj && \
39 REGRESS_LOG=/tmp/thread-shared make
40 (export LDFLAGS="-static ${NOPIE_LDFLAGS}"; make clean && \
41 REGRESS_LOG=/tmp/thread-static make)
42 (export DEBUG=-g; make clean && \
43 REGRESS_LOG=/tmp/thread-debug make)
[all...]
/openbsd-current/regress/sys/arch/amd64/vmm/
H A DMakefile16 .if ! (make(clean) || make(cleandir) || make(obj))
/openbsd-current/regress/sys/ddb/
H A DMakefile13 make db_hangman.o; \
24 .elif make(regress) || make(all)
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dso-thresh.sh28 make -f ${srcdir}/${subdir}/so-thresh.mk clean require_shlibs all SRCDIR=${srcdir}/${subdir} OBJDIR=${objdir}/${subdir} > ${objdir}/${subdir}/so-thresh.make.out 2>&1
/openbsd-current/usr.bin/make/PSD.doc/
H A DMakefile4 DIR= psd/12.make
/openbsd-current/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/
H A DMakefile1 LEVEL = ../../../../make
/openbsd-current/regress/lib/libc/asr/
H A DMakefile15 # $ make
16 # $ doas make install
17 # $ doas make regress
36 cd bin && EXT=${A} LDFLAGS=-L${DIRA} make
37 cd bin && EXT=${B} LDFLAGS=-L${DIRB} make
40 cd bin && EXT=${A} make clean
41 cd bin && EXT=${B} make clean
45 cd bin && BINDIR=${REGRESSDIR}/bin EXT=${A} make install
46 cd bin && BINDIR=${REGRESSDIR}/bin EXT=${B} make install
/openbsd-current/regress/misc/os-test/
H A DMakefile12 .if ! (make(clean) || make(cleandir) || make(obj))
/openbsd-current/regress/misc/posixtestsuite/
H A DMakefile11 .if ! (make(clean) || make(cleandir) || make(obj))
/openbsd-current/regress/usr.sbin/
H A DMakefile24 .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
/openbsd-current/regress/libexec/ld.so/link-order/test/
H A DMakefile56 make-lib: prog
62 test-none: make-lib clean
65 test-nover: make-lib clean
69 test-single: make-lib clean
73 test-minor-1: make-lib clean
77 test-minor-2: make-lib clean
81 test-major-1: make-lib clean
85 test-major-2: make-lib clean
89 test-nover-single-1: make-lib clean
93 test-nover-single-2: make
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dpm_to_blib.t18 !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
19 ? (skip_all => "cross-compiling and make not available")
24 my $make = make_run();
48 # Run make once
51 run_ok($make);
67 run_ok($make);
80 like run_ok($make), qr/^Skip /ms;
/openbsd-current/sys/arch/hppa/stand/
H A DMakefile.inc18 .if !make(clean) && !make(cleandir) && !make(includes) && !make(libdep) && \
19 !make(sadep) && !make(salibdir) && !make(obj) && \
/openbsd-current/sys/arch/amd64/stand/
H A DMakefile.inc31 .if !make(clean) && !make(cleandir) && !make(includes) && !make(libdep) && \
32 !make(sadep) && !make(salibdir) && !make(obj)
/openbsd-current/sys/arch/i386/stand/
H A DMakefile.inc31 .if !make(clean) && !make(cleandir) && !make(includes) && !make(libdep) && \
32 !make(sadep) && !make(salibdir) && !make(obj)
/openbsd-current/sys/arch/sparc64/stand/bootblk/
H A DMakefile21 .if !make(clean) && !make(cleandir) && !make(includes) && !make(libdep) && \
22 !make(sadep) && !make(salibdir) && !make(obj)
/openbsd-current/sys/arch/sparc64/stand/libsa/
H A DMakefile40 .if !make(clean) && !make(cleandir) && !make(includes) && !make(libdep) && \
41 !make(sadep) && !make(salibdir) && !make(obj)
/openbsd-current/gnu/usr.bin/gcc/contrib/regression/
H A Dobjs-gcc.sh106 make all-gdb all-dejagnu all-ld || exit 1
107 make install-gdb install-dejagnu install-ld || exit 1
109 make bootstrap || exit 1
110 make install || exit 1
112 make || exit 1
113 make install || exit 1
/openbsd-current/regress/lib/libssl/verify/
H A DMakefile3 .if !(make(clean) || make(cleandir) || make(obj))
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cmd.py25 make = make_args(tmpdir) + ['build_regular']
26 outdir = self.run_analyzer(tmpdir, [], make)
31 make = make_args(tmpdir) + ['build_clean']
32 outdir = self.run_analyzer(tmpdir, [], make)
37 make = make_args(tmpdir) + ['build_clean']
38 outdir = self.run_analyzer(tmpdir, ['--keep-empty'], make)
50 make = make_args(tmpdir) + ['build_regular']
53 make)
60 make = make_args(tmpdir) + ['build_regular']
64 make)
[all...]
/openbsd-current/regress/sys/arch/amd64/dump_tables/
H A DMakefile29 .if ! (make(clean) || make(cleandir) || make(obj))
/openbsd-current/regress/sys/kern/sosplice/
H A DMakefile.inc10 .if ! (make(clean) || make(cleandir) || make(obj))
44 # Set variables so that make runs with and without obj directory.
55 # make perl syntax check for all args files
/openbsd-current/regress/sys/btcfi/
H A DMakefile17 .elif make(regress) || make(all)
/openbsd-current/distrib/
H A DMakefile5 .if make(obj)

Completed in 392 milliseconds

1234567891011>>