Date: Mon, 3 Jun 2019 12:06:48 -0700 (PDT) From: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> To: Maxim Sobolev <sobomax@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r348540 - head Message-ID: <201906031906.x53J6mPi044273@gndrsh.dnsmgr.net> In-Reply-To: <201906031534.x53FY1cW077453@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> Author: sobomax > Date: Mon Jun 3 15:34:00 2019 > New Revision: 348540 > URL: https://svnweb.freebsd.org/changeset/base/348540 > > Log: > Rollback the rest of the botched r348521. Re-work would be posted to > reviews. Sorry. > > Reported by: Enji Cooper > > Modified: > head/Makefile.inc1 > > Modified: head/Makefile.inc1 > ============================================================================== > --- head/Makefile.inc1 Mon Jun 3 15:32:42 2019 (r348539) > +++ head/Makefile.inc1 Mon Jun 3 15:34:00 2019 (r348540) > @@ -887,7 +887,7 @@ MTREEFLAGS+= -W > INSTALLFLAGS+= -h sha256 > .endif > .if defined(DB_FROM_SRC) || defined(NO_ROOT) > -IMAKE_INSTALL= INSTALL="${INSTALL} ${INSTALLFLAGS}" > +IMAKE_INSTALL= INSTALL="install ${INSTALLFLAGS}" This is a correct change, ngie please explain exactly why this is an exception to INSTALL?=install. > IMAKE_MTREE= MTREE_CMD="mtree ${MTREEFLAGS}" > .endif -- Rod Grimes rgrimes@freebsd.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906031906.x53J6mPi044273>