[OpenWrt-Devel] [PATCH] get rid of misleading FORCE=1 message

Lawrence D'Anna larry at elder-gods.org
Fri Jul 24 22:14:14 EDT 2015


Signed-off-by: Lawrence D'Anna <larry at elder-gods.org>
---
 include/toplevel.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/toplevel.mk b/include/toplevel.mk
index 11b2dd9..b9393ea 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -140,7 +140,7 @@ staging_dir/host/.prereq-build: include/prereq-build.mk
 	mkdir -p tmp
 	rm -f tmp/.host.mk
 	@$(_SINGLE)$(NO_TRACE_MAKE) -j1 -r -s -f $(TOPDIR)/include/prereq-build.mk prereq 2>/dev/null || { \
-		echo "Prerequisite check failed. Use FORCE=1 to override."; \
+		echo "Prerequisite check failed."; \
 		false; \
 	}
   ifneq ($(realpath $(TOPDIR)/include/prepare.mk),)
-- 
2.3.8 (Apple Git-58)
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list