зеркало из https://github.com/github/ruby.git
Fix duplicate dependency lines
exts.mk should deal with cleanings of extensions, including bundled gems.
This commit is contained in:
Родитель
6c16598a72
Коммит
cb576c13fb
|
@ -524,9 +524,9 @@ ext/realclean:: ext/realclean.sub
|
|||
.bundle/distclean:: .bundle/distclean.sub
|
||||
.bundle/realclean:: .bundle/realclean.sub
|
||||
|
||||
ext/clean.sub:: ext/clean.mk
|
||||
ext/distclean.sub:: ext/distclean.mk
|
||||
ext/realclean.sub:: ext/realclean.mk
|
||||
.bundle/clean.sub:: ext/clean.mk
|
||||
.bundle/distclean.sub:: ext/distclean.mk
|
||||
.bundle/realclean.sub:: ext/realclean.mk
|
||||
|
||||
ext/clean.sub ext/distclean.sub ext/realclean.sub \
|
||||
.bundle/clean.sub .bundle/distclean.sub .bundle/realclean.sub::
|
||||
|
|
Загрузка…
Ссылка в новой задаче