Kaydet (Commit) 18e61518 authored tarafından Luboš Luňák's avatar Luboš Luňák

a bit more reliable detection of removed/added sources

Change-Id: I7fdde46334c648ab6cba54210e31fada87dcfb55
üst c2e2d77b
......@@ -46,6 +46,10 @@ ifeq ($(CLANGSRCCHANGED),1)
CLANGFORCE:
$(CLANGOUTDIR)/plugin.so: CLANGFORCE
endif
# Make the .so also explicitly depend on the sources list, to force update in case CLANGSRCCHANGED was e.g. during 'make clean'.
$(CLANGOUTDIR)/plugin.so: $(CLANGOUTDIR)/sources.txt
$(CLANGOUTDIR)/sources.txt:
touch $@
compilerplugins: $(CLANGOUTDIR) $(CLANGOUTDIR)/plugin.so
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment