Searched defs:realclean (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_MacOS.pm757 # the Makefile here so a later make realclean still has a makefile to use.
765 # See realclean and ext/utils/make_ext for usage of Makefile.old
809 =item realclean (o)
811 Defines the realclean target.
815 sub realclean { subroutine
820 realclean purge :: clean
854 \$(MAKE) realclean
H A DMM_VMS.pm1127 in C<realclean> target.
1151 realclean ::
1217 # the Descrip.MMS here so that a later make realclean still has it to use.
1224 # Unlink realclean, $attribs{FILES} is a string here; it may contain
1295 =item realclean (override)
1301 sub realclean { subroutine
1306 realclean :: clean
1311 '$(PERL) -e "chdir ',"'$vmsdir'",'; print `$(MMS)$(MMSQUALIFIERS) realclean`;"',"\n");
H A DMM_Unix.pm281 # the Makefile here so a later make realclean still has a makefile to use.
315 # See realclean and ext/utils/make_ext for usage of Makefile.old
735 distclean :: realclean distcheck
747 veryclean : realclean
2629 realclean ::
3490 =item realclean (o)
3492 Defines the realclean target.
3496 sub realclean { subroutine
3502 realclean purge :: clean realclean_subdirs
3543 Returns the realclean_subdirs target. This is used by the realclean
[all...]

Completed in 25 milliseconds