for the "Complaints involving a Makefile" symptom, reverse the order
of suggested fixes. I see many people who think they have to go to -current, then run into a problem, and update share/mk. After that they see they need make(1) updated as well, but that doesn't work any more with the new share/mk file.
This commit is contained in:
parent
515bd1397b
commit
87c8fdb39a
4
UPDATING
4
UPDATING
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: UPDATING,v 1.13 2001/01/26 01:31:38 dogcow Exp $
|
||||
$NetBSD: UPDATING,v 1.14 2001/02/03 08:24:07 hubertf 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.
|
||||
|
@ -146,9 +146,9 @@ Symptom:Unreasonable compiler errors.
|
|||
Fix: Rebuild gnu/usr.bin/egcs
|
||||
|
||||
Symptom:Complaints involving a Makefile.
|
||||
Fix: Rebuild usr.bin/make
|
||||
Fix: Make sure .mk files are up to date.
|
||||
cd share/mk && make install
|
||||
Fix: Rebuild usr.bin/make
|
||||
|
||||
Symptom:Kernel `config' fails to configure any kernel, including GENERIC.
|
||||
Fix: Rebuild usr.sbin/config
|
||||
|
|
Loading…
Reference in New Issue