Skip to content

Commit a2b43e6

Browse files
committed
Remove unused/unshipped strings2po utility that has potential security issues.
1 parent cbfd606 commit a2b43e6

2 files changed

Lines changed: 2 additions & 181 deletions

File tree

locale/Makefile

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
include ../Makedefs
1313

1414

15-
OBJS = checkpo.o po2strings.o strings2po.o
16-
TARGETS = checkpo po2strings strings2po
15+
OBJS = checkpo.o po2strings.o
16+
TARGETS = checkpo po2strings
1717

1818

1919
#
@@ -182,19 +182,6 @@ po2strings: po2strings.o ../cups/$(LIBCUPSSTATIC)
182182
$(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@
183183

184184

185-
#
186-
# strings2po - A simple utility which uses iconv to convert macOS .strings files
187-
# to GNU gettext message catalogs.
188-
#
189-
# strings2po filename.strings filename.po
190-
#
191-
192-
strings2po: strings2po.o
193-
echo Linking $@...
194-
$(LD_CC) $(ARCHFLAGS) $(ALL_LDFLAGS) -o strings2po strings2po.o
195-
$(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@
196-
197-
198185
#
199186
# Dependencies...
200187
#

locale/strings2po.c

Lines changed: 0 additions & 166 deletions
This file was deleted.

0 commit comments

Comments
 (0)