Update depend files
This commit is contained in:
parent
ca8f21ace8
commit
9987298654
Notes:
git
2024-11-05 17:00:57 +00:00
@ -1,5 +1,5 @@
|
||||
$(OBJS): $(ruby_headers)
|
||||
generator.o: generator.c generator.h $(srcdir)/../fbuffer/fbuffer.h
|
||||
generator.o: generator.c $(srcdir)/../fbuffer/fbuffer.h
|
||||
|
||||
# AUTOGENERATED DEPENDENCIES START
|
||||
generator.o: $(RUBY_EXTCONF_H)
|
||||
@ -178,5 +178,4 @@ generator.o: $(hdrdir)/ruby/st.h
|
||||
generator.o: $(hdrdir)/ruby/subst.h
|
||||
generator.o: $(srcdir)/../fbuffer/fbuffer.h
|
||||
generator.o: generator.c
|
||||
generator.o: generator.h
|
||||
# AUTOGENERATED DEPENDENCIES END
|
||||
|
@ -1,5 +1,5 @@
|
||||
$(OBJS): $(ruby_headers)
|
||||
parser.o: parser.c parser.h $(srcdir)/../fbuffer/fbuffer.h
|
||||
parser.o: parser.c $(srcdir)/../fbuffer/fbuffer.h
|
||||
|
||||
# AUTOGENERATED DEPENDENCIES START
|
||||
parser.o: $(RUBY_EXTCONF_H)
|
||||
@ -175,6 +175,5 @@ parser.o: $(hdrdir)/ruby/st.h
|
||||
parser.o: $(hdrdir)/ruby/subst.h
|
||||
parser.o: $(srcdir)/../fbuffer/fbuffer.h
|
||||
parser.o: parser.c
|
||||
parser.o: parser.h
|
||||
parser.o: parser.rl
|
||||
# AUTOGENERATED DEPENDENCIES END
|
||||
|
@ -198,7 +198,7 @@ module SyncDefaultGems
|
||||
cp_r("#{upstream}/json.gemspec", "ext/json")
|
||||
rm_rf(%w[ext/json/lib/json/pure.rb ext/json/lib/json/pure ext/json/lib/json/truffle_ruby/])
|
||||
json_files = Dir.glob("ext/json/lib/json/ext/**/*", File::FNM_DOTMATCH).select { |f| File.file?(f) }
|
||||
rm_rf(json_files - Dir.glob("ext/json/lib/json/ext/**/*.rb"))
|
||||
rm_rf(json_files - Dir.glob("ext/json/lib/json/ext/**/*.rb") - Dir.glob("ext/json/lib/json/ext/**/depend"))
|
||||
`git checkout ext/json/extconf.rb ext/json/parser/prereq.mk ext/json/generator/depend ext/json/parser/depend ext/json/depend benchmark/`
|
||||
when "psych"
|
||||
rm_rf(%w[ext/psych test/psych])
|
||||
|
Loading…
x
Reference in New Issue
Block a user