From: Willy Tarreau Date: Thu, 8 Dec 2022 08:27:36 +0000 (+0100) Subject: BUILD: makefile/da: also clean Os/ in Device Atlas dummy lib dir X-Git-Tag: v2.8-dev1~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46676d44e04d4348d6d17317597692f674407038;p=thirdparty%2Fhaproxy.git BUILD: makefile/da: also clean Os/ in Device Atlas dummy lib dir Commit b81483cf2 ("MEDIUM: da: update doc and build for new scheduler mode service.") added a new directory to the Device Atlas dummy lib, but this one is not cleaned during "make clean", causing build failures sometimes when switching between compiler versions during development. This should be backported to 2.6. --- diff --git a/Makefile b/Makefile index 2501cf3b7c..47004bae58 100644 --- a/Makefile +++ b/Makefile @@ -1078,6 +1078,7 @@ clean: $(Q)rm -f addons/promex/*.[oas] $(Q)rm -f addons/51degrees/*.[oas] addons/51degrees/dummy/*.[oas] addons/51degrees/dummy/*/*.[oas] $(Q)rm -f addons/deviceatlas/*.[oas] addons/deviceatlas/dummy/*.[oas] addons/deviceatlas/dummy/*.o + $(Q)rm -f addons/deviceatlas/dummy/Os/*.o $(Q)rm -f addons/ot/src/*.[oas] $(Q)rm -f addons/wurfl/*.[oas] addons/wurfl/dummy/*.[oas] $(Q)rm -f admin/*/*.[oas] admin/*/*/*.[oas]