``Disable'' a.out 'make world', as per flag day notification on current and

committers.  A 'make aout-to-elf' is strongly encouraged.  This isn't quite
the end of the line for people who have a real problem with updating yet,
but we've got to get this over and done with.  Yes, it's bound to be a
couple of bumpy couple of days.
This commit is contained in:
Peter Wemm 1999-01-07 06:26:33 +00:00
parent 4cdd022168
commit c9ef6e40fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42364

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc1,v 1.55 1999/01/04 12:05:59 bde Exp $
# $Id: Makefile.inc1,v 1.56 1999/01/06 10:06:36 bde Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -945,6 +945,16 @@ check-objformat :
@/bin/sh -c "echo \"in your environment.\" "
@exit 1
.endif
.if !defined(REALLY_WANT_DEPRECIATED_AOUT) && ${OBJFORMAT} == "aout"
@echo "==== NOTICE: a.out buildworld is depreciated and disabled! ====="
@echo "Read: http://www.freebsd.org/~peter/elfday.html for information."
@echo "You need to complete a 'make aout-to-elf' to bring your system"
@echo "up to date with ELF tools. This requires a fair amount of disk"
@echo "space to complete. Alternatively, you can do a binary upgrade"
@echo "using the 3.0-RELEASE binaries from CD or ftp.freebsd.org in"
@echo "/pub/FreeBSD/3.0-RELEASE/bin/ to convert your userland to ELF."
@exit 1
.endif
.for __target in clean cleandepend cleandir depend obj