diff options
| author | John Birrell <jb@FreeBSD.org> | 1999-09-18 08:27:55 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1999-09-18 08:27:55 +0000 |
| commit | 1379f87944c13bb139070271729f2ededc4f287b (patch) | |
| tree | 880fb4b33fa3cef8163281efb00f77a0a90f61bd /Makefile | |
| parent | 6fe64cb683b112a3eff381627d5754f5c61ab398 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile index eee4508d3369b..ae0d7e388837f 100644 --- a/Makefile +++ b/Makefile @@ -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. # # ---------------------------------------------------------------------------- |
