Skip to content

Commit

Permalink
[eventd]: Add a clean target to sonic-eventd to make sure artifacts g…
Browse files Browse the repository at this point in the history
…et cleaned up (sonic-net#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 <[email protected]>
  • Loading branch information
saiarcot895 authored Sep 23, 2023
1 parent 24259dd commit 41960eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sonic-eventd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 41960eb

Please sign in to comment.