svn commit: r304714 - stable/11/share/i18n/esdb
Bryan Drewery
bdrewery at FreeBSD.org
Wed Aug 24 01:34:24 UTC 2016
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
More information about the svn-src-stable
mailing list