Searched refs:writemain (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dwritemain.SH19 echo "Extracting writemain (with variable substitutions)"
24 rm -f writemain
25 $spitshell >writemain <<!GROK!THIS!
30 $spitshell >>writemain <<'!NO!SUBS!'
34 # E.g.: sh writemain SDBM_File POSIX > perlmain.c
58 sed '/Do not delete this line--writemain depends on it/q' miniperlmain.c
107 chmod 755 writemain
108 $eunicefix writemain
H A Dminimod.pl5 # It also writes the subroutine writemain(), which takes as its
26 @EXPORT = qw(&writemain);
33 last if /Do not delete this line--writemain depends on it/;
50 sub writemain{ subroutine
109 ExtUtils::Miniperl, writemain - write the C code for perlmain.c
115 C<writemain(@directories);>
123 writemain() takes an argument list of directories containing archive
H A DMakefile55 CLEANFILES = miniperlmain.o perlmain.o opmini.o perlmain.c writemain cflags \
100 perlmain.c: writemain $(PERL_CONFIG_H)
101 ./writemain $(DYNALOADER) > perlmain.c
103 writemain: writemain.SH $(PERL_CONFIG_H)
104 $(CHMOD) 0555 writemain.SH
105 ./writemain.SH

Completed in 25 milliseconds