From 603cdb58e0694aa2bfcd65bf646bb5d1912d755c Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 22 Oct 2006 16:26:44 +0000 Subject: [PATCH] Add advice if a kernel config file cannot be found to remind people that the config directory has changed. --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 07f81f67d4..13f510f142 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,6 +1,6 @@ # # $FreeBSD: src/Makefile.inc1,v 1.141.2.62 2003/04/06 19:54:00 dwmalone Exp $ -# $DragonFly: src/Makefile.inc1,v 1.89 2006/10/22 16:12:48 dillon Exp $ +# $DragonFly: src/Makefile.inc1,v 1.90 2006/10/22 16:26:44 dillon Exp $ # # Build-time options are documented in make.conf(5). # @@ -522,6 +522,7 @@ maybe_bk_tools: bk_build_list: .if empty(BUILDKERNELS) @echo ">>> ERROR: Missing kernel configuration file(s) (${KERNCONF})." + @echo ">>> Did you move your kernel configs from i386/conf to config/?" @false .endif -- 2.41.0