Author: bdrewery
Date: Wed Aug 24 01:34:22 2016
New Revision: 304714
URL: https://svnweb.freebsd.org/changeset/base/304714

Log:
  MFC r304643:
  
    Fix building on read-only source trees.
  
  PR:   211952

Modified:
  stable/11/share/i18n/esdb/Makefile.part
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/i18n/esdb/Makefile.part
==============================================================================
--- stable/11/share/i18n/esdb/Makefile.part     Wed Aug 24 00:52:30 2016        
(r304713)
+++ stable/11/share/i18n/esdb/Makefile.part     Wed Aug 24 01:34:22 2016        
(r304714)
@@ -67,9 +67,11 @@ codesets: ${ESDB}
 
 .if !defined(NO_PREPROC)
 .for i in ${PART}
+.if !exists(${.CURDIR}/${EPREFIX}${i:S/:/@/}.src)
 ${EPREFIX}${i:S/:/@/}.src: ${CODE}.src
        sed ${SED_EXP:S@%%PART%%@${i}@} ${.ALLSRC} > ${.TARGET}
        @echo ${.TARGET} >>.tmpfiles
+.endif
 .endfor
 .endif
 
_______________________________________________
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"

Reply via email to