Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 2246) sorted by relevance

12345678910>>...90

/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/MakeMaker/Test/
H A DUtils.pm208 sub make { subroutine
209 my $make = $Config{make};
210 $make = $ENV{MAKE} if exists $ENV{MAKE};
212 return if !can_run($make);
213 return $make;
225 my $make = make;
226 return if !$make;
227 $make .= ' -nologo' if $make eq 'nmake';
229 return $make;
250 my($make, $target) = (shift, shift);
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/
H A DUtils.pm224 sub make { subroutine
225 my $make = $Config{make};
226 $make = $ENV{MAKE} if exists $ENV{MAKE};
228 return $Is_VMS ? $make : qq{"$make"};
240 my $make = make;
241 $make .= ' -nologo' if $make eq 'nmake';
243 return $make;
264 my($make, $target) = (shift, shift);
266 my $is_mms = $make =~ /^MM(K|S)/i;
283 return $is_mms ? "$make$macros $target" : "$make $target $macros";
/openbsd-src/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)
/openbsd-src/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 …]
H A Dtest_create_cdb.py18 make = make_args(tmpdir) + args
20 ['intercept-build', '--cdb', result] + make)
38 make = make_args(tmpdir) + ['build_regular']
40 '--override-compiler'] + make)
55 make = make_args(tmpdir) + ['CC=clang', 'build_regular']
57 'env', '-'] + make)
70 make = make_args(tmpdir) + ['build_broken']
72 ['intercept-build', '--cdb', result] + make)
81 make = make_args(tmpdir) + [target]
83 ['intercept-build', '--cdb', result] + make)
[all …]
/openbsd-src/sys/arch/landisk/stand/
H A DMakefile.inc3 .if !make(clean) && !make(cleandir) && !make(includes) && !make(libdep) && \
4 !make(sadep) && !make(salibdir) && !make(obj)
/openbsd-src/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-lib clean
/openbsd-src/sys/arch/macppc/stand/
H A DMakefile.inc9 .if !make(clean) && !make(cleandir) && !make(includes) && !make(libdep) && \
10 !make(sadep) && !make(salibdir) && !make(obj) && !defined(NOMACHINE)
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dbasic.t26 !MM->can_run(make()) && $ENV{PERL_CORE} && $Config{'usecrosscompile'}
107 my $make = make_run();
112 my $manifest_out = run("$make manifest");
117 my $ppd_out = run("$make ppd");
149 my $test_out = run("$make test");
155 my $make_test_verbose = make_macro($make, 'test', TEST_VERBOSE => 1);
167 $make,
189 my $install_out = run("$make install");
220 $install_out = run("$make install PREFIX=elsewhere");
233 $install_out = run("$make install PREFIX= DESTDIR=other");
[all …]
/openbsd-src/gnu/llvm/lld/COFF/
H A DDLL.cpp672 lookups.push_back(make<OrdinalOnlyChunk>(ctx, ord)); in create()
673 addresses.push_back(make<OrdinalOnlyChunk>(ctx, ord)); in create()
676 auto *c = make<HintNameChunk>(s->getExternalName(), ord); in create()
677 lookups.push_back(make<LookupChunk>(ctx, c)); in create()
678 addresses.push_back(make<LookupChunk>(ctx, c)); in create()
682 lookups.push_back(make<NullChunk>(ctx.config.wordsize)); in create()
683 addresses.push_back(make<NullChunk>(ctx.config.wordsize)); in create()
689 dllNames.push_back(make<StringChunk>(syms[0]->getDLLName())); in create()
690 auto *dir = make<ImportDirectoryChunk>(dllNames.back()); in create()
696 dirs.push_back(make<NullChunk>(sizeof(ImportDirectoryTableEntry))); in create()
[all …]
/openbsd-src/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-src/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-src/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-src/gnu/usr.bin/perl/dist/Storable/t/
H A Drecurse.t31 sub make { bless [], shift } subroutine
57 sub make { bless {}, shift } subroutine
78 sub make { subroutine
81 $self->{sync} = OBJ_SYNC->make;
113 sub make { bless [], shift } subroutine
133 my $real = OBJ_REAL->make;
142 my $sync = OBJ_SYNC->make;
151 $sync = OBJ_SYNC2->make($ext);
162 $real = OBJ_REAL2->make;
235 sub make { subroutine
[all …]
/openbsd-src/regress/lib/libc/asr/
H A DMakefile36 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-src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/t/
H A DConstant.t37 my $make = $Config{make};
38 $make = $ENV{MAKE} if exists $ENV{MAKE};
39 if ($^O eq 'MSWin32' && $make eq 'nmake') { $make .= " -nologo"; }
42 my $mms_or_mmk = ($make =~ m/^MM(S|K)/i) ? 1 : 0;
150 if ($^O eq 'VMS') { $make .= ' all'; }
179 print "# make = '$make'\n";
180 @makeout = `$make`;
182 print "not ok $realtest # $make failed: $?\n";
190 if ($^O eq 'VMS') { $make =~ s{ all}{}; }
195 my $makeperl = "$make perl";
[all …]
/openbsd-src/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-src/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-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2457 template <class T, class... Args> Node *make(Args &&... args) { in make() function
2690 Result = make<NameWithTemplateArgs>(Result, TA); in parseName()
2712 auto *StringLitName = make<NameType>("string literal"); in parseLocalName()
2715 return make<LocalName>(Encoding, StringLitName); in parseLocalName()
2725 return make<LocalName>(Encoding, N); in parseLocalName()
2732 return make<LocalName>(Encoding, Entity); in parseLocalName()
2745 Std = make<NameType>("std"); in parseUnscopedName()
2801 Result = make<StructuredBindingName>(popTrailingNodeArray(BindingsBegin)); in parseUnqualifiedName()
2812 Result = make<ModuleEntity>(Module, Result); in parseUnqualifiedName()
2816 Result = make<NestedName>(Scope, Result); in parseUnqualifiedName()
[all …]
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h2457 template <class T, class... Args> Node *make(Args &&... args) { in make() function
2690 Result = make<NameWithTemplateArgs>(Result, TA); in parseName()
2712 auto *StringLitName = make<NameType>("string literal"); in parseLocalName()
2715 return make<LocalName>(Encoding, StringLitName); in parseLocalName()
2725 return make<LocalName>(Encoding, N); in parseLocalName()
2732 return make<LocalName>(Encoding, Entity); in parseLocalName()
2745 Std = make<NameType>("std"); in parseUnscopedName()
2801 Result = make<StructuredBindingName>(popTrailingNodeArray(BindingsBegin)); in parseUnqualifiedName()
2812 Result = make<ModuleEntity>(Module, Result); in parseUnqualifiedName()
2816 Result = make<NestedName>(Scope, Result); in parseUnqualifiedName()
[all …]
/openbsd-src/regress/sys/altivec_ast/
H A DMakefile8 .if ! (make(clean) || make(cleandir) || make(obj))
15 .elif make(regress) || make(all)
/openbsd-src/gnu/llvm/clang/docs/
H A Dmake.bat20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
29 echo. epub to make an epub
[all …]
/openbsd-src/gnu/llvm/clang/docs/analyzer/
H A Dmake.bat20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
29 echo. epub to make an epub
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A Dmake.bat20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
29 echo. epub to make an epub
[all …]
/openbsd-src/gnu/llvm/lld/docs/
H A Dmake.bat20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
29 echo. epub to make an epub
[all …]

12345678910>>...90