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

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A DHAS_OVERLOAD.pm6 sub make { subroutine
H A Dblessed.t40 sub make { bless [], shift } subroutine
44 sub make { bless [], shift } subroutine
83 push(@pool, SHORT_NAME->make);
84 push(@pool, SHORT_NAME_WITH_HOOK->make);
85 push(@pool, $name->make);
86 push(@pool, "${name}_WITH_HOOK"->make);
120 sub make { my $self = shift; bless [@_], $self } subroutine
153 my $i = RETURNS_IMMORTALS->make ($immortal, $count);
169 sub make { subroutine
180 my $f = freeze (HAS_HOOK->make);
[all...]
H A Doverload.t55 sub make { subroutine
72 sub make { subroutine
74 my $ref = REF_TO_OVER->make($self);
81 $a = OVER->make();
H A Drecurse.t36 sub make { bless [], shift } subroutine
62 sub make { bless {}, shift } subroutine
83 sub make { subroutine
86 $self->{sync} = OBJ_SYNC->make;
118 sub make { bless [], shift } subroutine
138 my $real = OBJ_REAL->make;
147 my $sync = OBJ_SYNC->make;
156 $sync = OBJ_SYNC2->make($ext);
167 $real = OBJ_REAL2->make;
234 # The following attempts to make sur
240 sub make { subroutine
247 sub make { subroutine
274 sub make { subroutine
[all...]
H A Dcompat06.t52 sub make { subroutine
61 sub make { subroutine
68 push(@pool, SIMPLE->make($i));
88 my $r = ROOT->make;
133 # using Storable-0.6@11, output of: print pack("u", nfreeze(ROOT->make));
144 # using Storable-0.6@11, output of: print '#' . pack("u", nfreeze(ROOT->make));
H A Ddclone.t51 sub make { subroutine
59 $foo = FOO->make;
H A Dfreeze.t59 sub make { subroutine
67 $foo = FOO->make;
H A Dstore.t56 sub make { subroutine
64 $foo = FOO->make;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm15 make make_run run make_macro calibrate_mtime
36 my $make = make;
38 make_macro($make, $targ, %macros);
150 =item B<make>
152 my $make = make;
154 Returns a good guess at the make to run.
158 sub make { subroutine
159 my $make
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dtestlib.pm31 desirable to test it bypassing C<make test>. By adding
35 to a test program the intermediate directories used by C<make> are
H A DMakeMaker.pm762 local($self) = shift; # make $self available to the hint file.
786 # because I want to make it easier for the user. A.K.
1010 make
1011 make test # optionally set TEST_VERBOSE=1
1012 make install # See below
1021 make config # to check if the Makefile is up-to-date
1022 make clean # delete local temp files (Makefile gets renamed)
1023 make realclean # delete derived files (including ./blib)
1024 make ci # check in all the files in the MANIFEST file
1025 make dis
[all...]
H A DMM_Any.pm391 Returns a make fragment with the makemakerdeflt_target specified.
393 and simply points off to 'all' just in case any make variant gets
411 Returns a make fragment containing any targets which have special
412 meaning to make. For example, .SUFFIXES and .PHONY.
655 assumed) suitable for using in a make target. It will use the proper
672 $make = '$oneliner > somefile';
675 to be interpreted normally, otherwise it will be considered a make
676 macro. Also remember to quote make macros else it might be used as a
679 # Assign the value of the $(VERSION_FROM) make macro to $vf.
728 NOECHO Tell make no
[all...]
H A DMkbootstrap.pm73 ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dless.pm16 to make certain trade-offs, such as perhaps
H A Dbytes.pm61 C<bytes> pragma, $x is treated as a series of bytes - the bytes that make
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Drecurs.t22 # 'make disttest' sets a bunch of environment variables which interfere
58 my $make = make_run();
60 run("$make");
61 is( $?, 0, 'recursive make exited normally' );
81 $make = make_run();
83 run("$make");
84 is( $?, 0, 'recursive make exited normally' );
H A Dbasic.t25 # 'make disttest' sets a bunch of environment variables which interfere
67 my $make = make_run();
70 # Supress 'make manifest' noise
72 my $manifest_out = run("$make manifest");
73 ok( -e 'MANIFEST', 'make manifest created a MANIFEST' );
80 my $ppd_out = run("$make ppd");
107 my $test_out = run("$make test");
108 like( $test_out, qr/All tests successful/, 'make test' );
112 # Test 'make test TEST_VERBOSE=1'
113 my $make_test_verbose = make_macro($make, 'tes
[all...]
H A DConstant.t37 # whereas we will run the child with the full path in $perl. So make $^X for
44 my $make = $Config{make};
45 $make = $ENV{MAKE} if exists $ENV{MAKE};
46 if ($^O eq 'MSWin32' && $make eq 'nmake') { $make .= " -nologo"; }
48 # Renamed by make clean
126 if ($^O eq 'VMS') { $make .= ' all'; }
128 print "# make = '$make'\
[all...]
/osnet-11/usr/src/lib/fm/libfmevent/common/
H A Dmkerror.sh34 * This file was generated during make.
/osnet-11/usr/src/lib/libdtrace_jni/
H A DMakefile54 @cd java; pwd; make doc
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan63 Runs a `make clean` in the specified module's directories.
75 Runs a `make test` on the specified modules.
99 autobundle, clean, make, recompile, test
130 'm' => 'make',
/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DInstallPerl145 system('make realclean') if (-f 'Makefile');
228 dmake -j $DmakeJobs | 2>&1 tee make.log
229 /usr/bin/make test | 2>&1 tee test.log
241 /usr/bin/make install
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm108 # Die on bad *make() arguments.
135 # ->make
139 sub make { subroutine
192 return (ref $self)->make($p, $q);
226 sub new { &make } # For backward compatibility only.
232 # This avoids the burden of writing Math::Complex->make(re, im).
235 return __PACKAGE__->make(@_);
359 return (ref $z1)->make($re1 + $re2, $im1 + $im2);
377 (ref $z1)->make($re2 - $re1, $im2 - $im1) :
378 (ref $z1)->make(
[all...]
/osnet-11/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s98 andl $-16,%esp / make sure handler is called with
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dmyconfig.SH16 : This is so that make depend always knows where to find SH derivatives.

Completed in 75 milliseconds

123456