Re: Feature request / patch: dependency-only prerequisites

2019-07-05 Thread Martin Dorey
> The target certainly also depends on the compiler frontend, the linker > backend and the Makefile itself It's unimaginable that it doesn't depend on compiler libraries and myriad compiler-provided header files too. Using header files in a compilation example would make the $(filter ...) solu

RE: [PATCH] Handle path to shell containing space

2019-07-05 Thread Niklas DAHLQUIST
Hi, This is a way to reproduce the error: Copy sh to a path with space and put it as a default shell command in makefile i.e on Linux copy /bin/sh to /tmp/test space/sh create the makefiile with these lines: SHELL=/tmp/test space/sh all: find * Make will give an error like make: /tmp/