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:
parent
51404eec59
commit
d896746d69
Notes:
git
2021-11-25 20:24:43 +09:00
1 changed files with 2 additions and 1 deletions
|
@ -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)'
|
||||
|
|
Loading…
Reference in a new issue