diff options
author | jb <jb@FreeBSD.org> | 1999-09-18 08:27:55 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1999-09-18 08:27:55 +0000 |
commit | 86883d202ecd63106e4e3af8755bcd6443fff0b4 (patch) | |
tree | 37e77a98c9acf369b2d89f6fc7f9d2e34ed01597 /Makefile | |
parent | 0d70a8befd179be082bdb33eae063e74acb55129 (diff) | |
download | FreeBSD-src-86883d202ecd63106e4e3af8755bcd6443fff0b4.zip FreeBSD-src-86883d202ecd63106e4e3af8755bcd6443fff0b4.tar.gz |
Remove a comment about setting objformat to elf by default. We've
done that already.
Change the -DWANT_AOUT comment to refer to 4.0 so that it sounds less
silly.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -45,18 +45,11 @@ # tree without touching your installed system. To be of any further use # though, a `make installworld' is required. # -# The `make world' process always follows the installed object format. -# This is set by creating /etc/objformat containing either OBJFORMAT=aout -# or OBJFORMAT=elf. If this file does not exist, the object format defaults -# to aout. This is expected to be changed to elf just prior to the release -# or 3.0. If OBJFORMAT is set as an environment variable or in /etc/make.conf, -# this overrides /etc/objformat. -# # If -DWANT_AOUT is specified, a `make world' with OBJFORMAT=elf will # update the legacy support for aout. This includes all libraries, ld.so # and boot objects. This part of build should be regarded as # deprecated and you should _not_ expect to be able to do this past the -# release of 3.1. You have exactly one major release to move entirely +# release of 4.0. You have exactly one major release to move entirely # to elf. # # ---------------------------------------------------------------------------- |