1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Keep the generated source files when clean [Bug #18363]

This commit is contained in:
Nobuyoshi Nakada 2021-11-25 15:38:24 +09:00
parent 51404eec59
commit d896746d69
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
Notes: git 2021-11-25 20:24:43 +09:00

View file

@ -13,7 +13,8 @@ def main
end
end
$objs = %w(ripper.o)
$cleanfiles.concat %w(ripper.y ripper.c ripper.E ripper.output y.output eventids1.c eventids2table.c .eventids2-check)
$distcleanfiles.concat %w(ripper.y ripper.c eventids1.c eventids2table.c)
$cleanfiles.concat %w(ripper.E ripper.output y.output .eventids2-check)
$defs << '-DRIPPER'
$defs << '-DRIPPER_DEBUG' if $debug
$VPATH << '$(topdir)' << '$(top_srcdir)'