Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2015 17:28:47 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r288620 - head/include
Message-ID:  <201510031728.t93HSlZ8023675@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Oct  3 17:28:46 2015
New Revision: 288620
URL: https://svnweb.freebsd.org/changeset/base/288620

Log:
  Mute this cookie as well

Modified:
  head/include/Makefile

Modified: head/include/Makefile
==============================================================================
--- head/include/Makefile	Sat Oct  3 17:18:35 2015	(r288619)
+++ head/include/Makefile	Sat Oct  3 17:28:46 2015	(r288620)
@@ -372,7 +372,7 @@ symlinks:
 		    ${DESTDIR}${INCLUDEDIR}/rpc; \
 	done
 .if ${MK_META_MODE} == "yes"
-	touch ${.OBJDIR}/${.TARGET}
+	@touch ${.OBJDIR}/${.TARGET}
 .endif
 
 .if ${MACHINE} == "host"



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