Date: Thu, 22 Oct 2015 15:33:21 -0700 From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r289772 - head/share/mk Message-ID: <56296431.60006@FreeBSD.org> In-Reply-To: <201510222229.t9MMTPfG079346@repo.freebsd.org> References: <201510222229.t9MMTPfG079346@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10/22/15 3:29 PM, Bryan Drewery wrote: > .endif > .endfor > -.endif > +.endif # ${MK_MANCOMPRESS} == "no" > .endif > > .if !defined(NO_MLINKS) && defined(MLINKS) && !empty(MLINKS) This shows oddly with local 'svn diff' using svn 1.9.2: # svn diff -c r289772 <...> .endif .endfor +.endif # ${MK_MANCOMPRESS} == "no" .endif -.endif .if !defined(NO_MLINKS) && defined(MLINKS) && !empty(MLINKS) .for _oname _osect _dname _dsect in ${MLINKS:C/\.([^.]*)$/.\1 \1/} -- Regards, Bryan Drewery
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56296431.60006>