enhancement: better clarification of search side effects

2023-05-31 Thread Radisson97
Hello List, today i had a strange problem with a long used makefile (GNU Make 4.3). It found a file called "all.sh" and did a "cat all". It took me a while to figure out was was going on. I use makefile for a long time but that effect happend the first time to me. It would be helpful to improve th

Re: enhancement: better clarification of search side effects

2023-05-31 Thread Dmitry Goncharov
On Wed, May 31, 2023 at 12:40 PM wrote: > today i had a strange problem with a long used makefile (GNU Make 4.3). > It found a file called "all.sh" and did a "cat all". That's not a strange problem. That's the default make behavior. > I use makefile for a long time but that effect happend the f