0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

asteriskをmakeしたときにmake: *** '.lastclean' に必要なターゲット '.cleancount' を make するルールがありません. 中止.と出たとき

Posted at
make: *** '.lastclean' に必要なターゲット '.cleancount' を make するルールがありません.  中止.

英語なら↓

*** No rule to make target ‘.cleancount’, needed by ‘.lastclean’.
Stop. In Makefile.rules is nothing about cleancount…

こんなエラーが出たら
touch ./.cleancount
としてあげたらビルドが通ります。ちょっとハマったのでメモ。
空のファイルが要るっぽい。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?