aboutsummaryrefslogtreecommitdiff
path: root/rules/ips.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ips.mk')
-rw-r--r--rules/ips.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/rules/ips.mk b/rules/ips.mk
index fa3edb0..6bd46c2 100644
--- a/rules/ips.mk
+++ b/rules/ips.mk
@@ -121,6 +121,22 @@ publish-stamp: resolve-stamp
publish: publish-stamp
+
+check-build-dep-stamp: check-ips-build-dep-stamp
+
+# issue 'make d=' to skip dependency checking:
+check-ips-build-dep-stamp: d=true
+check-ips-build-dep-stamp:
+ [ -z "$d" ] || pkg list $(build-depends)
+ touch $@
+
+
+# Install build dependencies:
+build-dep:
+ $(root) pkg install $(build-depends)
+
+.PHONY: publish build-dep
+
__ips_mk := included
endif