[eventd]: Add a clean target to sonic-eventd to make sure artifacts get cleaned up (#16518)
The Makefile for src/sonic-eventd had no clean target, which means build artifacts may incorrectly get reused across builds, when they need to get rebuilt for whatever reason (build environment changed, libraries changed, etc.). Microsoft ADO (number only): 25135443 Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
24259ddd61
commit
41960eb81e
@ -85,6 +85,7 @@ deinstall:
|
||||
$(RM) -rf $(DESTDIR)/etc
|
||||
|
||||
clean:
|
||||
-$(RM) $(EVENTD_TARGET) $(OBJS) $(EVENTD_TOOL) $(TOOL_OBJS) $(RSYSLOG-PLUGIN_TARGET) $(RSYSLOG-PLUGIN_OBJS) $(EVENTD_TEST) $(TEST_OBJS) $(RSYSLOG-PLUGIN_TEST) $(RSYSLOG-PLUGIN-TEST_OBJS)
|
||||
-@echo ' '
|
||||
|
||||
.PHONY: all clean dependents
|
||||
|
Reference in New Issue
Block a user