From owner-svn-src-head@freebsd.org Fri Sep 18 21:01:53 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64D239CFD76; Fri, 18 Sep 2015 21:01:53 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55D8E1B08; Fri, 18 Sep 2015 21:01:53 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8IL1rw7072930; Fri, 18 Sep 2015 21:01:53 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8IL1rAk072929; Fri, 18 Sep 2015 21:01:53 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201509182101.t8IL1rAk072929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 18 Sep 2015 21:01:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r287970 - head/usr.bin/tip/tip X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2015 21:01:53 -0000 Author: bdrewery Date: Fri Sep 18 21:01:52 2015 New Revision: 287970 URL: https://svnweb.freebsd.org/changeset/base/287970 Log: Don't hide build commands. Modified: head/usr.bin/tip/tip/Makefile Modified: head/usr.bin/tip/tip/Makefile ============================================================================== --- head/usr.bin/tip/tip/Makefile Fri Sep 18 20:28:37 2015 (r287969) +++ head/usr.bin/tip/tip/Makefile Fri Sep 18 21:01:52 2015 (r287970) @@ -53,5 +53,5 @@ acutab.o log.o remote.o: Makefile # is no cu(1) with the schg-bit set. beforeinstall: .if exists(${DESTDIR}${BINDIR}/cu) - -@chflags noschg ${DESTDIR}${BINDIR}/cu + -chflags noschg ${DESTDIR}${BINDIR}/cu .endif