Use :E instead of regex in ctypedef Makefiles
This commit is contained in:
parent
cfc55c20f2
commit
1cc4eb0cac
@ -9,7 +9,7 @@ MAPLOC= ${.CURDIR}/../../tools/tools/locale/etc/final-maps
|
||||
|
||||
.src.LC_CTYPE:
|
||||
localedef -D -U -c -w ${MAPLOC}/widths.txt \
|
||||
-f ${MAPLOC}/map.${.IMPSRC:T:R:C/^.*\.//} \
|
||||
-f ${MAPLOC}/map.${.IMPSRC:T:R:E} \
|
||||
-i ${.IMPSRC} ${.OBJDIR}/${.IMPSRC:T:R} || true
|
||||
|
||||
LOCALES+= be_BY.CP1131
|
||||
|
@ -808,7 +808,7 @@ sub make_makefile {
|
||||
}
|
||||
elsif ($TYPE eq "ctypedef") {
|
||||
$SRCOUT = "localedef -D -U -c -w \${MAPLOC}/widths.txt \\\n" .
|
||||
"\t-f \${MAPLOC}/map.\${.IMPSRC:T:R:C/^.*\\.//} " .
|
||||
"\t-f \${MAPLOC}/map.\${.IMPSRC:T:R:E} " .
|
||||
"\\\n\t-i \${.IMPSRC} \${.OBJDIR}/\${.IMPSRC:T:R} " .
|
||||
" || true";
|
||||
$SRCOUT2 = "LC_CTYPE";
|
||||
|
Loading…
Reference in New Issue
Block a user