fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42126?usp=email )
Change subject: Makefile: clean-logs: also remove *.merged
......................................................................
Makefile: clean-logs: also remove *.merged
Change-Id: I6efe839ae2d527387b533fd110965335c0f850c9
---
M Makefile
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
osmith: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
diff --git a/Makefile b/Makefile
index d7f8b7d..9cafa4c 100644
--- a/Makefile
+++ b/Makefile
@@ -157,3 +157,4 @@
clean-logs:
find $(SUBDIRS) -name "*.log" -print -delete
+ find $(SUBDIRS) -name "*.merged" -print -delete
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42126?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I6efe839ae2d527387b533fd110965335c0f850c9
Gerrit-Change-Number: 42126
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>