svn commit: r289772 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Thu Oct 22 22:33:24 UTC 2015


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


More information about the svn-src-head mailing list