Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2015 23:59:42 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r289968 - stable/9
Message-ID:  <201510252359.t9PNxgsI041445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Oct 25 23:59:41 2015
New Revision: 289968
URL: https://svnweb.freebsd.org/changeset/base/289968

Log:
  MFstable/10 r276311:
  
  MFC r275867:
  
    Fix sporadic build failures due to race when running make installworld
    when strip gets replaced at install time by adding it to ITOOLS for the
    default usr.bin/xinstall STRIP_CMD
  
    This will fix the failure noted in this Jenkins build step:
    https://jenkins.freebsd.org/job/Build-UFS-image/688/
  
    This will also fix the issue reported by alfred@ dealing with installing on
    targets that differ from build hosts (e.g. installing on i386/i386 when built
    on amd64/amd64)
  
    Sponsored by: EMC / Isilon Storage Division

Modified:
  stable/9/Makefile.inc1   (contents, props changed)
Directory Properties:
  stable/9/   (props changed)

Modified: stable/9/Makefile.inc1
==============================================================================
--- stable/9/Makefile.inc1	Sun Oct 25 23:27:08 2015	(r289967)
+++ stable/9/Makefile.inc1	Sun Oct 25 23:59:41 2015	(r289968)
@@ -706,7 +706,7 @@ _nmtree_itools=	nmtree
 ITOOLS=	[ awk cap_mkdb cat chflags chmod chown \
 	date echo egrep find grep id install ${_install-info} \
 	ln lockf make mkdir mtree ${_nmtree_itools} mv pwd_mkdb \
-	rm sed sh sysctl test true uname wc ${_zoneinfo}
+	rm sed sh strip sysctl test true uname wc ${_zoneinfo}
 
 #
 # distributeworld



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510252359.t9PNxgsI041445>