| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/lib/MakeMaker/Test/ |
| H A D | Utils.pm | 208 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 D | Utils.pm | 224 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 D | Makefile | 27 .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 D | test_from_cmd.py | 25 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 D | test_create_cdb.py | 18 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 D | Makefile.inc | 3 .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 D | Makefile | 56 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 D | Makefile.inc | 9 .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 D | basic.t | 26 !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 D | DLL.cpp | 672 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 D | Makefile.inc | 31 .if !make(clean) && !make(cleandir) && !make(includes) && !make(libdep) && \ 32 !make(sadep) && !make(salibdir) && !make(obj)
|
| /openbsd-src/sys/arch/hppa/stand/ |
| H A D | Makefile.inc | 18 .if !make(clean) && !make(cleandir) && !make(includes) && !make(libdep) && \ 19 !make(sadep) && !make(salibdir) && !make(obj) && \
|
| /openbsd-src/sys/arch/amd64/stand/ |
| H A D | Makefile.inc | 31 .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 D | recurse.t | 31 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 D | Makefile | 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-src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/t/ |
| H A D | Constant.t | 37 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 D | Makefile | 21 .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 D | Makefile | 40 .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 D | ItaniumDemangle.h | 2457 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 D | ItaniumDemangle.h | 2457 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 D | Makefile | 8 .if ! (make(clean) || make(cleandir) || make(obj)) 15 .elif make(regress) || make(all)
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | make.bat | 20 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 D | make.bat | 20 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 D | make.bat | 20 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 D | make.bat | 20 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 …]
|