summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/perl.make12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/perl.make b/rules/perl.make
index a125f640a..311a4fc5a 100644
--- a/rules/perl.make
+++ b/rules/perl.make
@@ -43,6 +43,18 @@ PERL_SITELIB := /usr/lib/perl5/site_perl/$(PERL_VERSION)
CROSS_PERL= $(PTXDIST_SYSROOT_CROSS)/bin/cross-perl
# ----------------------------------------------------------------------------
+# Extract
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/perl.extract:
+ @$(call targetinfo)
+ @$(call clean, $(PERL_DIR))
+ @$(call extract, PERL)
+ @$(call extract, PERLCROSS)
+ @$(call patchin, PERL)
+ @$(call touch)
+
+# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------