Re: make clean=depends to clean also test-deps

2020-11-15 Thread Mikolaj Kucharski
On Sun, Nov 15, 2020 at 01:19:47AM +0100, Marc Espie wrote: > On Sat, Nov 14, 2020 at 07:36:31PM +, Mikolaj Kucharski wrote: > > Hi, > > > > Before I dig into this, would it be okay, if make clean=depends also > > cleaned up test dependencies? I often use clean-depends to clean up all > >

Re: make clean=depends to clean also test-deps

2020-11-15 Thread Christian Weisgerber
Marc Espie: > On Sat, Nov 14, 2020 at 07:36:31PM +, Mikolaj Kucharski wrote: > > Before I dig into this, would it be okay, if make clean=depends also > > cleaned up test dependencies? Yes, please! > The other issue is: what semantics. > make clean=depends will clean build/run depends

Re: make clean=depends to clean also test-deps

2020-11-14 Thread Marc Espie
On Sat, Nov 14, 2020 at 07:36:31PM +, Mikolaj Kucharski wrote: > Hi, > > Before I dig into this, would it be okay, if make clean=depends also > cleaned up test dependencies? I often use clean-depends to clean up all > dependencies, but that leaves behind ports in test dependencies. > > Would

make clean=depends to clean also test-deps

2020-11-14 Thread Mikolaj Kucharski
Hi, Before I dig into this, would it be okay, if make clean=depends also cleaned up test dependencies? I often use clean-depends to clean up all dependencies, but that leaves behind ports in test dependencies. Would it be okay to include test deps during make clean-depends? -- Regards,