From 5103d46e9e53848c80823ee1766529daa4c72418 Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Sun, 15 Oct 2023 17:56:48 +0200 Subject: [PATCH] chore(build): add missing distclean --- ApacheConnector/samples/Makefile | 2 +- Crypto/samples/Makefile | 2 +- Data/samples/Makefile | 2 +- Encodings/samples/Makefile | 2 +- Foundation/samples/Makefile | 2 +- Foundation/testsuite/Makefile | 2 +- JSON/samples/Makefile | 2 +- MongoDB/samples/Makefile | 2 +- Net/samples/Makefile | 2 +- PDF/samples/Makefile | 2 +- PageCompiler/samples/Makefile | 2 +- Prometheus/samples/Makefile | 2 +- SevenZip/samples/Makefile | 2 +- Util/samples/Makefile | 2 +- XML/samples/Makefile | 2 +- Zip/samples/Makefile | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ApacheConnector/samples/Makefile b/ApacheConnector/samples/Makefile index 24d7ef95c..60ffdfa66 100644 --- a/ApacheConnector/samples/Makefile +++ b/ApacheConnector/samples/Makefile @@ -5,7 +5,7 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -C TimeServer $(MAKECMDGOALS) $(MAKE) -C FormServer $(MAKECMDGOALS) diff --git a/Crypto/samples/Makefile b/Crypto/samples/Makefile index 64fd4b6d4..c796e7377 100644 --- a/Crypto/samples/Makefile +++ b/Crypto/samples/Makefile @@ -5,6 +5,6 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -C genrsakey $(MAKECMDGOALS) diff --git a/Data/samples/Makefile b/Data/samples/Makefile index 5befacc03..da7624067 100644 --- a/Data/samples/Makefile +++ b/Data/samples/Makefile @@ -5,7 +5,7 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -C Binding $(MAKECMDGOALS) $(MAKE) -C TypeHandler $(MAKECMDGOALS) diff --git a/Encodings/samples/Makefile b/Encodings/samples/Makefile index 3cbcaddb2..84e951029 100644 --- a/Encodings/samples/Makefile +++ b/Encodings/samples/Makefile @@ -5,6 +5,6 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -C TextConverter $(MAKECMDGOALS) diff --git a/Foundation/samples/Makefile b/Foundation/samples/Makefile index 6307f471b..af41738fb 100644 --- a/Foundation/samples/Makefile +++ b/Foundation/samples/Makefile @@ -5,7 +5,7 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -C ActiveMethod $(MAKECMDGOALS) $(MAKE) -C Activity $(MAKECMDGOALS) diff --git a/Foundation/testsuite/Makefile b/Foundation/testsuite/Makefile index 07f928a63..27fbafb80 100644 --- a/Foundation/testsuite/Makefile +++ b/Foundation/testsuite/Makefile @@ -5,7 +5,7 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -f Makefile-Driver $(MAKECMDGOALS) ifneq ($(LINKMODE),STATIC) diff --git a/JSON/samples/Makefile b/JSON/samples/Makefile index 068d43430..406e5a9ff 100644 --- a/JSON/samples/Makefile +++ b/JSON/samples/Makefile @@ -5,7 +5,7 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -C Benchmark $(MAKECMDGOALS) diff --git a/MongoDB/samples/Makefile b/MongoDB/samples/Makefile index c2cd8ec8e..ae7f51e46 100644 --- a/MongoDB/samples/Makefile +++ b/MongoDB/samples/Makefile @@ -5,7 +5,7 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -C SQLToMongo $(MAKECMDGOALS) diff --git a/Net/samples/Makefile b/Net/samples/Makefile index f511f043b..4285e4cb3 100644 --- a/Net/samples/Makefile +++ b/Net/samples/Makefile @@ -5,7 +5,7 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -C dict $(MAKECMDGOALS) $(MAKE) -C TimeServer $(MAKECMDGOALS) diff --git a/PDF/samples/Makefile b/PDF/samples/Makefile index 4bbe1b8ec..4fb593939 100644 --- a/PDF/samples/Makefile +++ b/PDF/samples/Makefile @@ -5,7 +5,7 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -C Text $(MAKECMDGOALS) $(MAKE) -C Image $(MAKECMDGOALS) diff --git a/PageCompiler/samples/Makefile b/PageCompiler/samples/Makefile index 87f455de9..c1eb28cb2 100644 --- a/PageCompiler/samples/Makefile +++ b/PageCompiler/samples/Makefile @@ -5,6 +5,6 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -C HTTPTimeServer $(MAKECMDGOALS) diff --git a/Prometheus/samples/Makefile b/Prometheus/samples/Makefile index 236cef1ae..d53d0bd9b 100644 --- a/Prometheus/samples/Makefile +++ b/Prometheus/samples/Makefile @@ -5,6 +5,6 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -C MetricsSample $(MAKECMDGOALS) diff --git a/SevenZip/samples/Makefile b/SevenZip/samples/Makefile index 8531446ff..2ad323960 100644 --- a/SevenZip/samples/Makefile +++ b/SevenZip/samples/Makefile @@ -5,6 +5,6 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -C un7zip $(MAKECMDGOALS) diff --git a/Util/samples/Makefile b/Util/samples/Makefile index af5e746df..0a147cb7d 100644 --- a/Util/samples/Makefile +++ b/Util/samples/Makefile @@ -5,7 +5,7 @@ # .PHONY: projects -clean all: projects +clea distclean all: projects projects: $(MAKE) -C SampleApp $(MAKECMDGOALS) $(MAKE) -C SampleServer $(MAKECMDGOALS) diff --git a/XML/samples/Makefile b/XML/samples/Makefile index 182b84080..62f8eedb4 100644 --- a/XML/samples/Makefile +++ b/XML/samples/Makefile @@ -5,7 +5,7 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -C DOMParser $(MAKECMDGOALS) $(MAKE) -C DOMWriter $(MAKECMDGOALS) diff --git a/Zip/samples/Makefile b/Zip/samples/Makefile index f5da6111f..282d7f799 100644 --- a/Zip/samples/Makefile +++ b/Zip/samples/Makefile @@ -5,7 +5,7 @@ # .PHONY: projects -clean all: projects +clean distclean all: projects projects: $(MAKE) -C unzip $(MAKECMDGOALS) $(MAKE) -C zip $(MAKECMDGOALS)