diff options
| author | abs <abs@NetBSD.org> | 2012-01-24 17:37:34 +0000 |
|---|---|---|
| committer | abs <abs@NetBSD.org> | 2012-01-24 17:37:34 +0000 |
| commit | 81008d7ab29fd4d4a60035dcf834f52e01c9ccd0 (patch) | |
| tree | 50987b6a5ba8fff40bf645ac21a01b52598f7d00 | |
| parent | aacf9d5bcbaf5d55d947f628e524a285b946608c (diff) | |
s/is the not root/is not the root/ in a comment - from Snader_LB
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.290 2012/01/22 03:53:32 tsutsui Exp $ +# $NetBSD: Makefile,v 1.291 2012/01/24 17:37:34 abs Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -48,7 +48,7 @@ # installworld: # Install the distribution from DESTDIR to INSTALLWORLDDIR (which # defaults to the root directory). Ensures that INSTALLWORLDDIR -# is the not root directory if cross compiling. +# is not the root directory if cross compiling. # release: # Does a `make distribution', and then tars up the DESTDIR files # into ${RELEASEDIR}/${RELEASEMACHINEDIR}, in release(7) format. |
