mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
Clean generated transcoders
This commit is contained in:
parent
d0bb505a04
commit
2dfb8149d5
Notes:
git
2025-12-01 23:56:47 +00:00
@ -31,6 +31,7 @@ BUILTIN_ENCS = enc/ascii.c enc/us_ascii.c\
|
||||
enc/unicode.c enc/utf_8.c
|
||||
|
||||
BUILTIN_TRANSES = enc/trans/newline.trans
|
||||
BUILTIN_TRANS_CSRCS = $(BUILTIN_TRANSES:.trans=.c)
|
||||
|
||||
RUBY_SO_NAME = @RUBY_SO_NAME@
|
||||
LIBRUBY = @LIBRUBY@
|
||||
|
||||
@ -157,15 +157,15 @@ clean:
|
||||
% end
|
||||
% unless inplace
|
||||
$(Q)$(RM) enc/unicode/*/casefold.h enc/unicode/*/name2ctype.h
|
||||
$(Q)$(RM) enc/jis/props.h
|
||||
-$(Q)$(RMDIR) enc/unicode<%=ignore_error%>
|
||||
$(Q)$(RM) enc/trans/newline.c enc/jis/props.h
|
||||
-$(Q)$(RMDIR) enc/trnas enc/unicode<%=ignore_error%>
|
||||
% end
|
||||
% workdirs.reverse_each do|d|
|
||||
-$(Q)$(RMDIR) <%=pathrep[d]%><%=ignore_error%>
|
||||
% end
|
||||
|
||||
clean-srcs:
|
||||
$(Q)$(RM) <%=pathrep['$(TRANSCSRCS)']%>
|
||||
$(Q)$(RM) <%=pathrep['$(TRANSCSRCS)']%> <%=pathrep['$(BUILTIN_TRANS_CSRCS)']%>
|
||||
-$(Q)$(RMDIR) <%=pathrep['enc/trans']%><%=ignore_error%>
|
||||
$(Q)$(RM) enc/unicode/*/casefold.h enc/unicode/*/name2ctype.h
|
||||
$(Q)$(RM) enc/jis/props.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user