summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_world_extract.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/post/ptxd_make_world_extract.make')
-rw-r--r--rules/post/ptxd_make_world_extract.make11
1 files changed, 0 insertions, 11 deletions
diff --git a/rules/post/ptxd_make_world_extract.make b/rules/post/ptxd_make_world_extract.make
index f58dd6900..98ad26875 100644
--- a/rules/post/ptxd_make_world_extract.make
+++ b/rules/post/ptxd_make_world_extract.make
@@ -27,17 +27,6 @@ world/patchin/post = \
$(call world/env, $(1)) \
ptxd_make_world_patchin_post
-### --- for KLIBC packages only ---
-
-$(STATEDIR)/klibc-%.extract:
- @$(call targetinfo)
- @$(call clean, $($(PTX_MAP_TO_PACKAGE_klibc-$(*))_DIR))
- @$(call extract, $(PTX_MAP_TO_PACKAGE_klibc-$(*)), $(KLIBC_BUILDDIR))
- @$(call patchin, $(PTX_MAP_TO_PACKAGE_klibc-$(*)), $($(PTX_MAP_TO_PACKAGE_klibc-$(*))_DIR))
- @$(call touch)
-
-### --- all but KLIBC packages ---
-
$(STATEDIR)/%.extract:
@$(call targetinfo)
@$(call clean, $($(PTX_MAP_TO_PACKAGE_$(*))_DIR))