From bd571f3abe5af7f148de4aee5100908b8f060767 Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 5 Mar 2021 21:17:21 +0300 Subject: [PATCH] makefiles: strip mac executables --- ip2net/Makefile | 1 + mdig/Makefile | 1 + nfq/Makefile | 1 + tpws/Makefile | 1 + 4 files changed, 4 insertions(+) diff --git a/ip2net/Makefile b/ip2net/Makefile index 7e4e483..069f743 100644 --- a/ip2net/Makefile +++ b/ip2net/Makefile @@ -16,6 +16,7 @@ bsd: $(SRC_FILES) mac: $(SRC_FILES) $(CC) $(CFLAGS) $(CFLAGS_BSD) $(CFLAGS_MAC) -o ip2net $(SRC_FILES) $(LDFLAGS) $(LIBS) + strip ip2net clean: rm -f ip2net *.o diff --git a/mdig/Makefile b/mdig/Makefile index 83b93bb..05d193d 100644 --- a/mdig/Makefile +++ b/mdig/Makefile @@ -16,6 +16,7 @@ bsd: $(SRC_FILES) mac: $(SRC_FILES) $(CC) $(CFLAGS) $(CFLAGS_BSD) $(CFLAGS_MAC) -o mdig $(SRC_FILES) $(LDFLAGS) $(LIBS) + strip mdig clean: rm -f mdig *.o diff --git a/nfq/Makefile b/nfq/Makefile index e5f382b..9419e93 100644 --- a/nfq/Makefile +++ b/nfq/Makefile @@ -17,6 +17,7 @@ bsd: $(SRC_FILES) mac: $(SRC_FILES) $(CC) $(CFLAGS) $(CFLAGS_BSD) $(CFLAGS_MAC) -o dvtws $(SRC_FILES) $(LDFLAGS) $(LIBS_BSD) + strip dvtws clean: rm -f nfqws dvtws *.o diff --git a/tpws/Makefile b/tpws/Makefile index b3cf3c8..8d70603 100644 --- a/tpws/Makefile +++ b/tpws/Makefile @@ -16,6 +16,7 @@ bsd: $(SRC_FILES) mac: $(SRC_FILES) $(CC) $(CFLAGS) $(CFLAGS_BSD) $(CFLAGS_MAC) -Iepoll-shim/include -Imacos -o tpws $(SRC_FILES) epoll-shim/src/*.c $(LDFLAGS) $(LIBS) + strip tpws clean: rm -f tpws *.o