We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edf47d commit 03093baCopy full SHA for 03093ba
1 file changed
tool/update-deps
@@ -328,6 +328,7 @@ def read_make_deps(cwd)
328
next if /libyjit.o\z/ =~ target.to_s # skip YJIT Rust object (no corresponding C source)
329
next if /libzjit.o\z/ =~ target.to_s # skip ZJIT Rust object (no corresponding C source)
330
next if /target\/release\/libruby.o\z/ =~ target.to_s # skip YJIT+ZJIT Rust object (no corresponding C source)
331
+ next if /\.bundle\// =~ curdir.to_s
332
next if /\.bundle\// =~ target.to_s
333
next if /\A\./ =~ target.to_s # skip rules such as ".c.o"
334
#p [curdir, target, deps]
0 commit comments