Skip to content

Clang-analyzer build fails on quic branches #5663

@maskit

Description

@maskit

Error messages:

Makefile:1096: .deps/test_certlookup.Po: No such file or directory
make[3]: *** No rule to make target `.deps/test_certlookup.Po'.  Stop.

Makefile:1096

include ./$(DEPDIR)/test_certlookup.Po # am--include-marke

This is not because of test_certlookup. This is because test_certlookup.Po and other *.Po files are removed when make processed quic directory.

quic/Makefle:

distclean-generic:                                                                   
  -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)                    
  -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  -rm -f ../$(DEPDIR)/$(am__dirstamp)                                                
  -rm -f ../$(am__dirstamp)                                                          
  -rm -f test/$(DEPDIR)/$(am__dirstamp)                                              
  -rm -f test/$(am__dirstamp)       

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions