Date: Thu, 01 Apr 2010 13:24:14 -0600 (MDT) From: "M. Warner Losh" <imp@bsdimp.com> To: arch@freebsd.org Subject: Removing support for NOFOO Message-ID: <20100401.132414.151475392393136085.imp@bsdimp.com>
next in thread | raw e-mail | index | archive | help
I'm planning on removing the support for the NOFOO variant of building. This has been obsolete since before the branch that created stable/5. As this file will be empty afterwards, I plan on removing it in a bit. Comments? Warner Index: sys.mk =================================================================== --- sys.mk (revision 206051) +++ sys.mk (working copy) @@ -355,5 +355,4 @@ .endif -.include <bsd.compat.mk> .include <bsd.cpu.mk> Index: bsd.compat.mk =================================================================== --- bsd.compat.mk (revision 206051) +++ bsd.compat.mk (working copy) @@ -1,41 +1,2 @@ # $FreeBSD$ -.if !defined(BURN_BRIDGES) -.for oldnew in \ - NOATM:NO_ATM \ - NOCLEANDIR:NO_CLEANDIR \ - NOCRYPT:NO_CRYPT \ - NODOCCOMPRESS:NO_DOCCOMPRESS \ - NOEXTRADEPEND:NO_EXTRADEPEND \ - NOFORTH:NO_FORTH \ - NOFSCHG:NO_FSCHG \ - NOGAMES:NO_GAMES \ - NOHTML:NO_HTML \ - NOINET6:NO_INET6 \ - NOINFO:NO_INFO \ - NOINFOCOMPRESS:NO_INFOCOMPRESS \ - NOINSTALLLIB:NO_INSTALLLIB \ - NOLIBPTHREAD:NO_LIBPTHREAD \ - NOLIBTHR:NO_LIBTHR \ - NOLINT:NO_LINT \ - NOMAN:NO_MAN \ - NOMANCOMPRESS:NO_MANCOMPRESS \ - NOMLINKS:NO_MLINKS \ - NOOBJ:NO_OBJ \ - NOPAM:NO_PAM \ - NOPIC:NO_PIC \ - NOPROFILE:NO_PROFILE \ - NO_RCMNDS:NO_RCMDS \ - NOSHARE:NO_SHARE \ - NOSHARED:NO_SHARED \ - NOTAGS:NO_TAGS -.for old in ${oldnew:C/:.*//} -.for new in ${oldnew:C/.*://} -.if defined(${old}) && !defined(${new}) -.warning ${old} is deprecated in favour of ${new} -${new}= ${${old}} -.endif -.endfor -.endfor -.endfor -.endif Index: Makefile =================================================================== --- Makefile (revision 206051) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 FILES= bsd.README -FILES+= bsd.compat.mk bsd.cpu.mk bsd.dep.mk bsd.doc.mk bsd.endian.mk +FILES+= bsd.cpu.mk bsd.dep.mk bsd.doc.mk bsd.endian.mk FILES+= bsd.files.mk bsd.incs.mk bsd.info.mk bsd.init.mk FILES+= bsd.kmod.mk FILES+= bsd.lib.mk bsd.libnames.mk bsd.links.mk bsd.man.mk bsd.nls.mk Index: bsd.init.mk =================================================================== --- bsd.init.mk (revision 206051) +++ bsd.init.mk (working copy) @@ -9,7 +9,6 @@ .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif -.include <bsd.compat.mk> .include <bsd.own.mk> .MAIN: all .endif # !target(__<bsd.init.mk>__)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100401.132414.151475392393136085.imp>