Date: Mon, 9 Oct 2017 22:56:45 -0600 From: Warner Losh <imp@bsdimp.com> To: Ngie Cooper <ngie@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org> Subject: Re: svn commit: r324471 - head/sys/boot Message-ID: <CANCZdfq6TnT7AVwRZTKeAQg-U_LY-UiaXq9pCRvUjYLpUhntiQ@mail.gmail.com> In-Reply-To: <201710100453.v9A4rQ6W078536@repo.freebsd.org> References: <201710100453.v9A4rQ6W078536@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
DO NOT MAKE EDITS TO sys/boot. YOU ARE CREATING CONFLICTS FOR ME. DO NOT MAKE ANY COMMITS TO sys/boot. BACK OFF. Seriously, though, extra changes create extra friction, and these changes aren't worth any friction at all. I'm deleting LIBSAU and this guarantees a conflict when I update. So please, do not make any edits to sys/boot whatsoever, no matter how trivial. At least until I'm done. Thanks. Warner On Mon, Oct 9, 2017 at 10:53 PM, Ngie Cooper <ngie@freebsd.org> wrote: > Author: ngie > Date: Tue Oct 10 04:53:26 2017 > New Revision: 324471 > URL: https://svnweb.freebsd.org/changeset/base/324471 > > Log: > Fix typos: `stand alon{e,g}` should be spelled like `standalone` > > Modified: > head/sys/boot/Makefile.inc > > Modified: head/sys/boot/Makefile.inc > ============================================================ > ================== > --- head/sys/boot/Makefile.inc Tue Oct 10 04:50:05 2017 (r324470) > +++ head/sys/boot/Makefile.inc Tue Oct 10 04:53:26 2017 (r324471) > @@ -6,11 +6,11 @@ > __BOOT_MAKEFILE_INC__=${MFILE} > > SASRC=${SRCTOP}/lib/libstand > -# Normal stand alone library > +# Normal standalone library > LIBSA=${OBJTOP}/sys/boot/libsa/libstand.a > -# stand alone library compiled for 32-bit version of the processor > +# Standalone library compiled for 32-bit version of the processor > LIBSA32=${OBJTOP}/sys/boot/libstand32/libstand.a > -# stand along library compiled for userboot > +# Standalone library compiled for userboot > LIBSAU=${OBJTOP}/sys/boot/userboot/libstand/libstand.a > > CFLAGS+=-I${SASRC} > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfq6TnT7AVwRZTKeAQg-U_LY-UiaXq9pCRvUjYLpUhntiQ>