Project

General

Profile

Actions

Backport #7637

closed

make clean で clean-static のエラー

Added by tommy (Masahiro Tomita) about 11 years ago. Updated about 11 years ago.

Status:
Closed
[ruby-dev:46817]

Description

Ruby 1.9.3 p362 で make した後に make clean すると、いくつかの ext ディレクトリで次のエラーが出ます。

 make[1]: *** `clean' に必要なターゲット `clean-static' を make するルールがありません.  中止.

r38528 で Makefile の clean の依存関係に clean-static が増えたのに、clean-static ターゲットがないためです。

trunk では r36045 で修正されているので、1.9.3 にバックポートした方が良いと思います。

あまり実害はないのですが一応報告しておきます。

--
とみたまさひろ
http://twitter.com/tmtms
D68F 8F55 7F6C 5908 88EB 1EBA 25ED DEE7 BBE8 1752

Updated by kosaki (Motohiro KOSAKI) about 11 years ago

  • Status changed from Open to Assigned
  • Assignee set to usa (Usaku NAKAMURA)

Updated by kosaki (Motohiro KOSAKI) about 11 years ago

2012/12/29 とみたまさひろ :

Ruby 1.9.3 p362 で make した後に make clean すると、いくつかの ext ディレクトリで次のエラーが出ます。

make[1]: *** `clean' に必要なターゲット `clean-static' を make するルールがありません.  中止.

r38528 で Makefile の clean の依存関係に clean-static が増えたのに、clean-static ターゲットがないためです。

trunk では r36045 で修正されているので、1.9.3 にバックポートした方が良いと思います。

あまり実害はないのですが一応報告しておきます。

Bug#7637 としてチケット化しました

Actions #3

Updated by usa (Usaku NAKAMURA) about 11 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r38780.
Masahiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


merge revision(s) 36045: [Backport #7637]

* lib/mkmf.rb: add dummy clean-static target to prevent errors for the
  case real clean-static target doesn't exist.
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0