blob: 2bc26edbfc9395a00199d3b7e30b5e73823838c1 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001From 3e9a965dcd65ab2d40b753b6f792a1a4559182aa Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Sun, 30 Jan 2011 16:37:27 +0100
4Subject: [PATCH 2/4] don't try to run generated binaries
5
6Upstream-Status: Inappropriate [embedded specific]
7
8Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
9
10---
11 ppdc/Makefile | 32 ++++++++++++++++----------------
12 1 file changed, 16 insertions(+), 16 deletions(-)
13
14diff --git a/ppdc/Makefile b/ppdc/Makefile
15index 32e2e0b..f1478d4 100644
16--- a/ppdc/Makefile
17+++ b/ppdc/Makefile
18@@ -186,8 +186,8 @@ genstrings: genstrings.o libcupsppdc.a ../cups/$(LIBCUPSSTATIC) \
19 $(LD_CXX) $(ARCHFLAGS) $(ALL_LDFLAGS) -o genstrings genstrings.o \
20 libcupsppdc.a $(LINKCUPSSTATIC)
21 $(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@
22- echo Generating localization strings...
23- ./genstrings >sample.c
24+# echo Generating localization strings...
25+# ./genstrings >sample.c
26
27
28 #
Andrew Geissler82c905d2020-04-13 13:39:40 -050029--
302.17.1
31