Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GNU autotoolsを使用してソフトウェアパッケージをセットアップしようとしていますが、「Buildsuccessful!」というメッセージが表示されます。ユーザーがmakeを実行した後(configureの後)に出力されます。そのような機能をどのように実装しますか?ありがとう
それを行うためのきれいな方法はありません。最上位の make ターゲットに出力を追加できます。
all: $(MAKE) ... && echo "Build succeeded"