Dependencies for clean rule

2019-07-15 Thread Erik Rull
Hi all, I have several targets that depend on each other. For cleaning them up, I have to take care that the clean dependencies are just the other way round. e.g. a: b c b: d e c: d: e: If I want to make a the dependencies assert that the build order is correct. If I want to make "clean" e.g. c

Re: Dependencies for clean rule

2019-07-15 Thread Kaz Kylheku (gmake)
On 2019-07-15 12:55, Erik Rull wrote: Hi all, I have several targets that depend on each other. For cleaning them up, I have to take care that the clean dependencies are just the other way round. No, you don't have to, actually. There is no concept of dependencies in cleaning. Cleaning mean