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
@ -13,7 +13,8 @@ def main
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
$objs = %w(ripper.o)
|
$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'
|
||||||
$defs << '-DRIPPER_DEBUG' if $debug
|
$defs << '-DRIPPER_DEBUG' if $debug
|
||||||
$VPATH << '$(topdir)' << '$(top_srcdir)'
|
$VPATH << '$(topdir)' << '$(top_srcdir)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user