[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: $(info xxx) output interleaved with other $(info) output
From: |
Dmitry Goncharov |
Subject: |
Re: $(info xxx) output interleaved with other $(info) output |
Date: |
Thu, 20 Jan 2022 18:02:59 -0500 |
On Thu, Jan 20, 2022 at 5:41 PM Paul Eggert <eggert@cs.ucla.edu> wrote:
> I suggested working around the problem in the GNU Emacs Makefiles by
> installing the attached patch. It's a bit of a hack but I couldn't think
> of anything better, other than outputting the information with the shell
> rather than with $(info).
Will $(warning) suit your needs?
regards, Dmitry