svn commit: r288620 - head/include

Bryan Drewery bdrewery at FreeBSD.org
Sat Oct 3 17:28:47 UTC 2015


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"


More information about the svn-src-all mailing list