diff options
| author | Mike Harsch <mike@harschsystems.com> | 2011-05-19 08:22:21 -0600 |
|---|---|---|
| committer | Mike Harsch <mike@harschsystems.com> | 2011-05-19 08:22:21 -0600 |
| commit | e02950b3dc1b6e6824806d64d7206167e36b36d2 (patch) | |
| tree | ac5bd1c06f7882f3138e7dd1c3754476a2aad857 /usr/src/cmd/perl | |
| parent | 4c94caae63809acb6fbf0f54fb7b37c26dcdad46 (diff) | |
| download | illumos-joyent-e02950b3dc1b6e6824806d64d7206167e36b36d2.tar.gz | |
1045 not clobbering perl build dir
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Albert Lee <trisk@nexenta.com>
Reviewed by: Garrett D'Amore <garrett@nexenta.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/cmd/perl')
| -rw-r--r-- | usr/src/cmd/perl/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
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. |
