mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix race conditions when cleaning extensions
Clean built directories by `make distclean`, and then clean leftover makefiles for skipped extensions.
This commit is contained in:
parent
0c9803b0fd
commit
32d1ce96e0
1 changed files with 4 additions and 0 deletions
|
@ -536,6 +536,10 @@ ext/realclean:: ext/realclean.sub
|
|||
.bundle/distclean:: .bundle/distclean.sub
|
||||
.bundle/realclean:: .bundle/realclean.sub
|
||||
|
||||
ext/clean.sub .bundle/clean.sub:: ext/clean.mk
|
||||
ext/distclean.sub .bundle/distclean.sub:: ext/distclean.mk
|
||||
ext/realclean.sub .bundle/realclean.sub:: ext/realclean.mk
|
||||
|
||||
ext/clean.sub ext/distclean.sub ext/realclean.sub \
|
||||
.bundle/clean.sub .bundle/distclean.sub .bundle/realclean.sub::
|
||||
$(Q) set dummy `echo "${EXTS}" | tr , ' '`; shift; \
|
||||
|
|
Loading…
Reference in a new issue