/osnet-11/usr/src/lib/efcode/efdaemon/ |
H A D | Makefile | 42 MANIFEST = efdaemon.xml macro 44 EFTARGETS += $(MFSTDIR)/$(MANIFEST) 47 $(MFSTDIR)/$(MANIFEST) := FILEMODE = 0444 54 -$(RM) $(MFSTDIR)/$(MANIFEST) 55 -$(RM) $(MFSTDIR_SUN4V)/$(MANIFEST) 71 -$(MV) $(MFSTDIR_SUN4V)/$(MANIFEST_SUN4V) $(MFSTDIR_SUN4V)/$(MANIFEST)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
H A D | 00compile.t | 23 my $manifest = File::Spec->catfile('MANIFEST'); 24 open(MANIFEST, $manifest) or die "Can't open $manifest: $!"; 26 grep { m{^lib/ExtUtils/\S*\.pm} } <MANIFEST>; 28 close MANIFEST;
|
H A D | Manifest.t | 41 open( M, 'MANIFEST' ) or return; 73 # there shouldn't be a MANIFEST there 78 is( $warn, "Added to MANIFEST: foo|Added to MANIFEST: MANIFEST|", 82 ok( -e 'MANIFEST', 'create MANIFEST file' ); 85 is( @list, 2, 'check files in MANIFEST' ); 88 # after adding bar, the MANIFEST is out of date 90 ok( ! manicheck(), 'MANIFEST no [all...] |
H A D | basic.t | 73 ok( -e 'MANIFEST', 'make manifest created a MANIFEST' ); 74 ok( -s 'MANIFEST', ' its not empty' ); 77 END { unlink 'MANIFEST'; } 225 # VMS is non-case preserving, so we can't know what the MANIFEST will 239 # Test if MANIFEST is read-only. 240 chmod 0444, 'MANIFEST'; 244 is( $?, 0, q{metafile_addtomanifest didn't die with locked MANIFEST} ) ||
|
H A D | Constant.t | 277 sub MANIFEST { subroutine 279 ################ MANIFEST 280 # We really need a MANIFEST because make distclean checks it. 281 my $manifest = "MANIFEST"; 398 @files = MANIFEST (@files);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Manifest.pm | 13 $Debug $Verbose $Quiet $MANIFEST $DEFAULT_MSKIP); 30 $MANIFEST = 'MANIFEST'; 34 "$MANIFEST.SKIP"; 39 ExtUtils::Manifest - utilities to write and check a MANIFEST file 74 Writes all files in and below the current directory to your F<MANIFEST>. 77 find . > MANIFEST 79 All files that match any regular expression in a file F<MANIFEST.SKIP> 82 Any existing F<MANIFEST> file will be saved as F<MANIFEST [all...] |
H A D | MakeMaker.pm | 368 if (-f "MANIFEST" && ! -f "Makefile"){ 1024 make ci # check in all the files in the MANIFEST file 1737 When true, suppresses the generation and addition to the MANIFEST of 2263 MANIFEST file and vice versa. (See ExtUtils::Manifest::fullcheck() for 2269 C<MANIFEST.SKIP> file (See ExtUtils::Manifest::skipcheck() for 2276 MANIFEST file is ok. 2280 rewrites the MANIFEST file, adding all remaining files found (See 2285 Copies all the files that are in the MANIFEST file to a newly created 2332 Does a $(CI) and a $(RCS_LABEL) on all files in the MANIFEST file. 2373 add it to your F<MANIFEST> a [all...] |
H A D | MM_Any.pm | 614 Adds the META.yml file to the MANIFEST. 628 or print "Could not add META.yml to MANIFEST: $${'@'}\n"
|
/osnet-11/usr/src/lib/libresolv2/ |
H A D | Makefile | 29 MANIFEST= client.xml macro 31 ROOTMANIFEST= $(MANIFEST:%=$(MANIFESTDIR)/%) 41 CHKMANIFEST= $(MANIFEST:%.xml=%.xmlchk)
|
/osnet-11/usr/src/lib/libdscp/svc/ |
H A D | Makefile | 30 MANIFEST= dscp.xml macro
|
/osnet-11/usr/src/lib/nsswitch/ |
H A D | Makefile | 30 MANIFEST= switch.xml macro 32 ROOTMANIFEST= $(MANIFEST:%=$(MANIFESTDIR)/%)
|
/osnet-11/usr/src/lib/cfgadm_plugins/fp/ |
H A D | Makefile.com | 58 MANIFEST= devices-fc-fabric.xml 60 ROOTMANIFEST= $(MANIFEST:%=$(ROOTMANIFESTDIR)/%)
|
/osnet-11/usr/src/cmd/sendmail/lib/ |
H A D | Makefile | 26 MANIFEST= smtp-sendmail.xml sendmail-client.xml macro
|
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | Makefile | 32 MANIFEST = hal.xml macro
|
/osnet-11/usr/src/lib/libsecdb/ |
H A D | Makefile | 62 MANIFEST = $(MFSTFILES:%=$(MANIFESTDIR)/%) macro 63 $(MANIFEST) := FILEMODE = 0444 85 $(ETCDFILES) $(CLASS_SCR_FILES) $(MANIFESTDIR) $(MANIFEST) \
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | h2xs.t | 69 Writing $name/MANIFEST 82 Writing $name/MANIFEST 95 Writing $name/MANIFEST 108 Writing $name/MANIFEST 117 Writing $name/MANIFEST 130 Writing $name/MANIFEST 197 is_deeply ($missing, [], "No files in the MANIFEST should be missing"); 198 is_deeply ($extra, [], "and all files present should be in the MANIFEST");
|
/osnet-11/usr/src/lib/libdscp/ |
H A D | Makefile.com | 27 MANIFEST= dscp.xml
|
/osnet-11/usr/src/lib/libdtrace_jni/java/ |
H A D | Makefile | 44 MANIFEST=$(APIDIR)/manifest macro 71 APIMANI= $(MANIFEST)/dtrace.mf
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/ |
H A D | TEST | 100 my $mani = File::Spec->catfile($updir, "MANIFEST");
|