From 0220a9fdeb65360f1b4c6993546b4c6c049b62b3 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 14 Oct 2000 01:06:55 +0000 Subject: [PATCH] add a case for menuc-updating --- UPDATING | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 22e1c7d471e5..df1c09b395d8 100644 --- a/UPDATING +++ b/UPDATING @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.4 2000/10/02 06:19:17 itojun Exp $ +$NetBSD: UPDATING,v 1.5 2000/10/14 01:06:55 wiz Exp $ This file is intended to be a brief introduction to the build process and a reference on what to do if something doesn't work. @@ -145,3 +145,6 @@ Fix: Try the following sequence of commands in the directory in question. make cleandir; rm `make print-objdir`; make cleandir; make obj (If you built the tree without "make obj" in the past, obsolete files may remain. The command tries to clean everything up) + +Symptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type +Fix: Rebuild and install usr.bin/menuc