Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2016 20:58:43 +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: r294458 - head/lib/libc/stdlib/jemalloc
Message-ID:  <201601202058.u0KKwhPY015954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Jan 20 20:58:42 2016
New Revision: 294458
URL: https://svnweb.freebsd.org/changeset/base/294458

Log:
  Add .NOMETA missed in r291320.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/lib/libc/stdlib/jemalloc/Makefile.inc

Modified: head/lib/libc/stdlib/jemalloc/Makefile.inc
==============================================================================
--- head/lib/libc/stdlib/jemalloc/Makefile.inc	Wed Jan 20 19:56:43 2016	(r294457)
+++ head/lib/libc/stdlib/jemalloc/Makefile.inc	Wed Jan 20 20:58:42 2016	(r294458)
@@ -20,7 +20,7 @@ jemalloc_${src}: ${LIBC_SRCTOP}/../../co
 
 MAN+=jemalloc.3
 CLEANFILES+=jemalloc.3
-jemalloc.3: ${LIBC_SRCTOP}/../../contrib/jemalloc/doc/jemalloc.3
+jemalloc.3: ${LIBC_SRCTOP}/../../contrib/jemalloc/doc/jemalloc.3 .NOMETA
 	ln -sf ${.ALLSRC} ${.TARGET}
 
 MLINKS+= \



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