Date: Tue, 27 May 2008 10:09:53 +0100 (BST) From: Robert Watson <rwatson@FreeBSD.org> To: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> Cc: cvs-src@freebsd.org, Niclas Zeising <niclas.zeising@gmail.com>, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. Message-ID: <20080527100846.M35026@fledge.watson.org> In-Reply-To: <20080527084233.T65662@maildrop.int.zabbadoz.net> References: <bc292860805270035p1df1d195k7325f708ee1fe77@mail.gmail.com> <20080527084233.T65662@maildrop.int.zabbadoz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 27 May 2008, Bjoern A. Zeeb wrote: > On Tue, 27 May 2008, Niclas Zeising wrote: > >>> Remove netatm from HEAD as it is not MPSAFE and relies on the now removed >>> NET_NEEDS_GIANT. netatm has been disconnected from the build for ten >>> months in HEAD/RELENG_7. Specifics: >>> >> [SNIP more commit details] >> >> Just a question. Shouldn't the WITHOUT_ATM option in src.conf(5) be removed >> as well? If that't the case, remove src/tools/build/options/WITHOUT_ATM and >> regen src.conf. > > Oh, I think we only have two more ATM implementations left in the tree (but > I could be wrong about the number;-) This was going to be my initial response also, but a glimpse of the source tree suggests that WITHOUT_ATM is not used anymore: rwatson@zoo:/zoo/rwatson/netperf/src% glimpse -H . WITHOUT_ATM | grep -v CVS | grep -v glimpse /zoo/rwatson/netperf/src/share/man/man5/src.conf.5: .It Va WITHOUT_ATM /zoo/rwatson/netperf/src/share/man/man5/src.conf.5: .\" from FreeBSD: src/tools/build/options/WITHOUT_ATM,v 1.1 2006/03/21 07:50:49 ru Exp /zoo/rwatson/netperf/src/tools/build/options/WITHOUT_ATM: .\" $FreeBSD: src/tools/build/options/WITHOUT_ATM,v 1.1 2006/03/21 07:50:49 ru Exp $ So either we should GC it, or we should refer to it elsewhere? :-) Robert N M Watson Computer Laboratory University of Cambridge
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080527100846.M35026>