[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Original stdout inside the $(shell ...) function
From: |
Paul Smith |
Subject: |
Re: Original stdout inside the $(shell ...) function |
Date: |
Tue, 10 Apr 2018 14:39:47 -0400 |
On Tue, 2018-04-10 at 13:07 +0300, Basin Ilya wrote:
> As you can see, the message "finding SQLFILES..." is printed to
> stderr, but I want the original stdout instead. Does GNU Make make it
> available as some other fd, say, "4"?
Good that you got an answer; just for completeness I'll say that no,
the original stdout is not provided to the shell invoked by the $(shell
...) function.