Skip to content

Commit

Permalink
Remove unused/unshipped strings2po utility that has potential securit…
Browse files Browse the repository at this point in the history
…y issues.
  • Loading branch information
michaelrsweet committed Jul 26, 2022
1 parent cbfd606 commit a2b43e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 181 deletions.
17 changes: 2 additions & 15 deletions locale/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
include ../Makedefs


OBJS = checkpo.o po2strings.o strings2po.o
TARGETS = checkpo po2strings strings2po
OBJS = checkpo.o po2strings.o
TARGETS = checkpo po2strings


#
Expand Down Expand Up @@ -182,19 +182,6 @@ po2strings: po2strings.o ../cups/$(LIBCUPSSTATIC)
$(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@


#
# strings2po - A simple utility which uses iconv to convert macOS .strings files
# to GNU gettext message catalogs.
#
# strings2po filename.strings filename.po
#

strings2po: strings2po.o
echo Linking $@...
$(LD_CC) $(ARCHFLAGS) $(ALL_LDFLAGS) -o strings2po strings2po.o
$(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@


#
# Dependencies...
#
Expand Down
166 changes: 0 additions & 166 deletions locale/strings2po.c

This file was deleted.

0 comments on commit a2b43e6

Please sign in to comment.