We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3821cb1 + 2f26c29 commit 472c4cbCopy full SHA for 472c4cb
common.mk
@@ -68,7 +68,7 @@ include $(base_dir)/tools/torture.mk
68
ifeq ($(shell which fd 2> /dev/null),)
69
lookup_srcs = $(shell find -L $(1)/ -name target -prune -o \( -iname "*.$(2)" ! -iname ".*" \) -print 2> /dev/null)
70
else
71
- lookup_srcs = $(shell fd -L ".*\.$(2)" $(1))
+ lookup_srcs = $(shell fd -L -t f -e $(2) . $(1))
72
endif
73
74
SOURCE_DIRS = $(addprefix $(base_dir)/,generators sims/firesim/sim tools/barstools fpga/fpga-shells fpga/src)
0 commit comments