[make] ignore files in _build for mod_dep

Summary: Picking up source files in _build is bad, don't do it.

Reviewed By: sblackshear

Differential Revision: D5613623

fbshipit-source-id: efed79b
master
Jules Villard 7 years ago committed by Facebook Github Bot
parent 3589773bf7
commit d6ab087a4a

@ -183,7 +183,7 @@ roots += $(INFER_CREATE_TRACEVIEW_LINKS_MODULE)
endif endif
clusters:=base clang java IR clusters:=base clang java IR
ml_src_files:=$(shell find . -regex '.*\.ml\(i\)*') ml_src_files:=$(shell find . -regex '\./[a-zA-Z].*\.ml\(i\)*')
inc_flags:=$(foreach dir,$(shell find . -type d),-I $(dir)) inc_flags:=$(foreach dir,$(shell find . -type d),-I $(dir))
root_flags:=$(foreach root,$(roots),-r $(root)) root_flags:=$(foreach root,$(roots),-r $(root))
cluster_flags:=$(foreach cluster,$(clusters),-c $(cluster)) cluster_flags:=$(foreach cluster,$(clusters),-c $(cluster))

Loading…
Cancel
Save