mention that we need to build make first.

This commit is contained in:
christos 2001-01-15 15:03:38 +00:00
parent 9314c6d3af
commit 03886b9ea7
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: UPDATING,v 1.9 2001/01/01 15:29:16 sommerfeld Exp $
$NetBSD: UPDATING,v 1.10 2001/01/15 15:03:38 christos 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.
@ -8,6 +8,12 @@ For a more detailed description see Makefile.
Recent changes:
^^^^^^^^^^^^^^^
20010114:
introduce .if commands(target) in make(1). You need to
bring everything up-to-date first, then without installing
anything make and install in /usr/bin/make, then proceed
with make build.
20010101:
bsd.subdir.mk committed 20001230 had a bug which caused
afterinstall targets to run too soon; update again.