[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #33138] .PARLLELSYNC enhancement with patch
From: |
Paul Smith |
Subject: |
Re: [bug #33138] .PARLLELSYNC enhancement with patch |
Date: |
Thu, 19 Sep 2013 12:39:39 -0400 |
On Thu, 2013-09-19 at 14:47 +0200, Frank Heckenbach wrote:
> > Hm. This is pretty contrived. I have a hard time imagining a real
> > makefile wanting to do this for a good reason. However, it does
> seem
> > that the solution may be simple enough.
>
> I also doubt someone would do it intentionally, but of course, there
> could be a $(shell) command that writes some error or warning to
> stderr (perhaps only under certain circumstances, not expected by
> the original author). Then again, this situation may be so rare that
> it might not warrant extra effort.
I've never understood why someone would use $(shell ...) in a recipe...
I mean, the recipe will be run in the shell!!
However, it seems to be a popular thing to do based on questions to the
mailing lists and StackOverflow, etc. My suspicion is that it's done by
people who are not fully grasping how make works.
Anyway I'll look at this and if it's not too difficult I'll do it.
Might as well clean up the loose ends.
- Re: [bug #33138] .PARLLELSYNC enhancement with patch, Paul Smith, 2013/09/12
- Re: [bug #33138] .PARLLELSYNC enhancement with patch, Paul Smith, 2013/09/14
- Re: [bug #33138] .PARLLELSYNC enhancement with patch, Frank Heckenbach, 2013/09/16
- Re: [bug #33138] .PARLLELSYNC enhancement with patch, Paul Smith, 2013/09/19
- Re: [bug #33138] .PARLLELSYNC enhancement with patch, Frank Heckenbach, 2013/09/19
- Re: [bug #33138] .PARLLELSYNC enhancement with patch,
Paul Smith <=
- Re: [bug #33138] .PARLLELSYNC enhancement with patch, Frank Heckenbach, 2013/09/20
- Re: [bug #33138] .PARLLELSYNC enhancement with patch, Edward Welbourne, 2013/09/21
- Re: [bug #33138] .PARLLELSYNC enhancement with patch, Paul Smith, 2013/09/21
- Re: [bug #33138] .PARLLELSYNC enhancement with patch, Edward Welbourne, 2013/09/21
- Re: [bug #33138] .PARLLELSYNC enhancement with patch, Frank Heckenbach, 2013/09/25
- Re: [bug #33138] .PARLLELSYNC enhancement with patch, Paul Smith, 2013/09/21
- Re: [bug #33138] .PARLLELSYNC enhancement with patch, Frank Heckenbach, 2013/09/24
- Re: [bug #33138] .PARLLELSYNC enhancement with patch, Paul Smith, 2013/09/29
- Re: [bug #33138] .PARLLELSYNC enhancement with patch, Frank Heckenbach, 2013/09/30
Re: [bug #33138] .PARLLELSYNC enhancement with patch, Eli Zaretskii, 2013/09/16