make-rules/ips.mk
changeset 4196 d697072a92f5
parent 3998 5bd484384122
child 4355 918f15f3f728
--- a/make-rules/ips.mk	Mon Apr 13 09:25:17 2015 -0500
+++ b/make-rules/ips.mk	Mon Apr 27 10:19:50 2015 -0500
@@ -450,15 +450,3 @@
 	# workspace.
 	$(error Missing canonical manifest(s))
 endif
-
-# This converts required paths to containing package names for be able to
-# properly setup the build environment for a component.
-required-pkgs.mk:	$(MAKEFILE_PREREQ)
-	@echo "generating $@ from Makefile REQUIRED_* data"
-	@pkg search -H -l '<$(DEPENDS:%=% OR) /bin/true>' \
-		| sed -e 's/pkg:\/\(.*\)@.*/REQUIRED_PKGS += \1/g' >$@
-
-pre-prep:	required-pkgs.mk
-
-
-CLEAN_PATHS +=	required-pkgs.mk