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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"