| /openbsd-src/gnu/usr.bin/perl/hints/ |
| H A D | freebsd.sh | 187 if $test -r $src/patchlevel.h;then 188 patchlevel=`awk '/define[ ]+PERL_VERSION/ {print $3}' $src/patchlevel.h` 189 subversion=`awk '/define[ ]+PERL_SUBVERSION/ {print $3}' $src/patchlevel.h` 191 patchlevel=0 194 libperl="libperl.so.$patchlevel.$subversion" 195 unset patchlevel
|
| H A D | darwin.sh | 11 perl_revision=`awk '/define[ ]+PERL_REVISION/ {print $3}' $src/patchlevel.h` 12 perl_version=`awk '/define[ ]+PERL_VERSION/ {print $3}' $src/patchlevel.h` 13 perl_subversion=`awk '/define[ ]+PERL_SUBVERSION/ {print $3}' $src/patchlevel.h`
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | installman | 23 my $patchlevel = substr($],3,2); 24 die "Patchlevel of perl ($patchlevel)", 26 if $patchlevel != $Config{'PERL_VERSION'};
|
| H A D | PACKAGING | 32 =head1 Customizing patchlevel to advertise your local patches 34 You can advertise your custom local patches by using patchlevel.h as a 39 perl -x patchlevel.h "This is a custom patch"
|
| H A D | installperl | 183 my $patchlevel = substr($],3,2); 184 die "Patchlevel of perl ($patchlevel)", 185 "and patchlevel of config.sh ($Config{'PERL_VERSION'}) don't match\n"
|
| H A D | intrpvar.h | 504 PERLVAR(I, patchlevel, SV *)
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/libfile/ |
| H A D | patchlevel.h | 2 #define patchlevel 22 macro
|
| H A D | Makefile | 57 $(OBJS): file.h patchlevel.h
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
| H A D | Mksymlists.pm | 90 my $patchlevel = " pl$Config{perl_patchlevel}" || ''; 92 $Config::Config{version}, $threaded, $patchlevel, $data->{NAME};
|
| /openbsd-src/gnu/usr.bin/perl/plan9/ |
| H A D | setup.rc | 12 awk -f versnum ../patchlevel.h
|
| H A D | config_sh.sample | 953 patchlevel='8'
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | makemeta | 149 my $patchlevel_h = 'patchlevel.h';
|
| /openbsd-src/gnu/usr.bin/perl/utils/ |
| H A D | Makefile.PL | 57 perlbug: perlbug.PL ../config.sh ../patchlevel.h
|
| /openbsd-src/gnu/llvm/libcxx/lib/abi/ |
| H A D | CMakeLists.txt | 14 # Ignore the major, minor, and patchlevel versions of darwin targets.
|
| /openbsd-src/sys/dev/pci/drm/include/drm/ |
| H A D | drm_drv.h | 422 int patchlevel; member
|
| /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/ |
| H A D | Changes | 794 - Remove %patchlevel hash (now that perl uses git and not perforce) 856 Fix patchlevel for 5.8.8 (Gisle Aas) 868 Add a %patchlevel hash to get perforce patchlevels corresponding to
|
| /openbsd-src/gnu/gcc/fixincludes/ |
| H A D | aclocal.m4 | 589 dnl # gcc_GAS_VERSION_GTE_IFELSE([elf,] major, minor, patchlevel, 594 dnl # The first ifelse() shortens the shell code if the patchlevel 614 dnl gcc_GAS_CHECK_FEATURE(description, cv, [[elf,]major,minor,patchlevel], 620 dnl is greater than or equal to major.minor.patchlevel. If not, then
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| H A D | TODO | 214 patchlevel
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| H A D | version | 35 # include <patchlevel.h>
|
| /openbsd-src/gnu/usr.bin/cvs/emx/ |
| H A D | Makefile.in | 57 ${cvs_srcdir}/patchlevel.h \
|
| H A D | Makefile | 57 ${cvs_srcdir}/patchlevel.h \
|
| /openbsd-src/sys/dev/fdt/ |
| H A D | rkdrm.c | 69 .patchlevel = DRIVER_PATCHLEVEL,
|
| /openbsd-src/gnu/usr.bin/cvs/os2/ |
| H A D | Makefile.in | 74 ${cvs_srcdir}${SL}patchlevel.h \
|
| H A D | Makefile | 74 ${cvs_srcdir}${SL}patchlevel.h \
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlstyle.pod | 179 you know what version or patchlevel a particular feature was
|