From e02950b3dc1b6e6824806d64d7206167e36b36d2 Mon Sep 17 00:00:00 2001 From: Mike Harsch Date: Thu, 19 May 2011 08:22:21 -0600 Subject: 1045 not clobbering perl build dir Reviewed by: Gordon Ross Reviewed by: Albert Lee Reviewed by: Garrett D'Amore Approved by: Gordon Ross --- usr/src/cmd/perl/Makefile | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'usr/src/cmd/perl') diff --git a/usr/src/cmd/perl/Makefile b/usr/src/cmd/perl/Makefile index 1d813198e1..73217fa083 100644 --- a/usr/src/cmd/perl/Makefile +++ b/usr/src/cmd/perl/Makefile @@ -36,18 +36,12 @@ PERL_VERSIONS = 5.10.0 .PARALLEL: $(PERL_VERSIONS) -# -# copy_contrib is used by all the versions of perl to copy the files under -# contrib into their contrib build directory. We therefore need to make sure -# it is fetched from SCCS before calling the version-specific makefiles so that -# they don't race over it. -# -all install test: contrib/copy_contrib $(PERL_VERSIONS) +all install test: $(PERL_VERSIONS) -clean: $(PERL_VERSIONS) +clean: FRC -clobber: $(PERL_VERSIONS) - $(RM) -r contrib/copy_contrib $(WOS_PERL) +clobber: clean + $(RM) -r $(PERL_VERSIONS) # # Perl is not lint-clean. Fake up a target. -- cgit v1.2.3