Page MenuHomeFreeBSD

D47111.diff
No OneTemporary

D47111.diff

diff --git a/share/ctypedef/Makefile b/share/ctypedef/Makefile
--- a/share/ctypedef/Makefile
+++ b/share/ctypedef/Makefile
@@ -13,7 +13,7 @@
.src.LC_CTYPE:
localedef ${LOCALEDEF_ENDIAN} -D -U -c -w ${MAPLOC}/widths.txt \
-f ${MAPLOC}/map.${.IMPSRC:T:R:E} \
- -i ${.IMPSRC} ${.OBJDIR}/${.IMPSRC:T:R} || true
+ -i ${.IMPSRC} ${.OBJDIR}/${.IMPSRC:T:R}
LOCALES+= C.UTF-8
.if ${MK_LOCALES} != no
@@ -254,7 +254,7 @@
${t:S/src$/LC_CTYPE/}: $s
localedef ${LOCALEDEF_ENDIAN} -D -U -c -w ${MAPLOC}/widths.txt \
-f ${MAPLOC}/map.${.TARGET:T:R:C/^.*\.//} \
- -i ${.ALLSRC} ${.OBJDIR}/${.TARGET:T:R} || true
+ -i ${.ALLSRC} ${.OBJDIR}/${.TARGET:T:R}
.endfor
.include <bsd.prog.mk>

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 14, 7:47 PM (7 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15794420
Default Alt Text
D47111.diff (690 B)

Event Timeline