Subject: removal of "don't forget to make make depend" messages
To: None <tech-net@netbsd.org>
From: Mipam <mipam@ibb.net>
List: tech-net
Date: 01/29/2003 16:03:20
Hi,

Since the config, and building of kernel and userland changed
very much a message can be removed I guess.
After you edited the GENERIC file (or copy of it) and do like
../../../../tools/obj/tools.NETBSD-1.6_STABLE-ARCH/bin/nbconfig GENERIC
(no need for STABLE in current of course :-))
the message appears

Don't forget to run "make depend"

However, I think it isnt needed anymore, because right after nbconfig
nbmake-ARCH can be executed in the compile/GENERIC dir.
So why not remove from

src/usr.sbin/config/main.c


This line:

(void)printf("Don't .......);

Bye,

Mipam.