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:
hubertf 2001-02-03 08:24:07 +00:00
parent 515bd1397b
commit 87c8fdb39a
1 changed files with 2 additions and 2 deletions

View File

@ -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