From 011e6c31009fe83d7b0db61b36cfd24638af8784 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 14 Sep 2012 13:02:01 +0400 Subject: Pring help on missing dependencies --- rules/ips.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rules') diff --git a/rules/ips.mk b/rules/ips.mk index aaddf20..184d517 100644 --- a/rules/ips.mk +++ b/rules/ips.mk @@ -131,7 +131,10 @@ 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" ] || [ -z "$(build-depends)" ] || pkg list $(build-depends) + @[ -z "$d" ] || [ -z "$(build-depends)" ] || pkg list $(build-depends) || \ + (echo "type '$(MAKE) build-dep' to install build dependencies"; \ + echo "or add 'd=' to command, e. g. '$(MAKE) build d='"; \ + false) touch $@ -- cgit v1.2.3