mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Makefile.in: clean ext from toplevel
* Makefile.in (clean-ext): clean extension directories from upper level. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dcdbe0f22a
commit
c51293ffae
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ clean-ext distclean-ext realclean-ext::
|
|||
@cd ext 2>/dev/null || exit 0; set dummy `echo "${EXTS}" | tr , ' '`; shift; \
|
||||
test "$$#" = 0 && set .; \
|
||||
set dummy `\
|
||||
find "$$@" -name Makefile -print | sed 's:^\./::;s:/Makefile$$:~:' | sort | sed 's:~$$::'; \
|
||||
find "$$@" -name Makefile -print | sed 's:^\./::;s:/Makefile$$::' | sort; \
|
||||
`; shift; \
|
||||
cd ..; \
|
||||
for dir do \
|
||||
|
|
Loading…
Reference in a new issue