Add the following to help in the "lint needs new libc, libc needs new lint"
case. Symptom:lint does not understand the '-X' option Fix: May need to build & install libs with NOLINT=1 before rebuilding lint
This commit is contained in:
parent
7ddeec7d69
commit
bc6b112c88
5
UPDATING
5
UPDATING
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: UPDATING,v 1.23 2001/05/22 17:50:05 tron Exp $
|
||||
$NetBSD: UPDATING,v 1.24 2001/05/27 23:34:22 abs 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.
|
||||
|
@ -218,3 +218,6 @@ Fix: Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile.
|
|||
|
||||
Symptom:undefined reference to `getprogname' or `setprogname'
|
||||
Fix: Rebuild and install lib/libc
|
||||
|
||||
Symptom:lint does not understand the '-X' option
|
||||
Fix: May need to build & install libs with NOLINT=1 before rebuilding lint
|
||||
|
|
Loading…
Reference in New Issue