cue: clean dependencies after build (reduces cache size)

- support CLEAN_DEPS=NO to leave dependencies uncleaned
  (fixes #48)
This commit is contained in:
Ralph Lange
2020-06-19 16:55:51 +02:00
parent 12d769835e
commit fbd6bac81a
4 changed files with 16 additions and 3 deletions

View File

@@ -251,6 +251,10 @@ location for the dependency builds. [default is `$HOME/.cache`]
Set `PARALLEL_MAKE` to the number of parallel make jobs that you want your
build to use. [default is the number of CPUs on the runner]
Set `CLEAN_DEPS` to `NO` if you want to leave the object file directories
(`**/O.*`) in the cached dependencies. [default is to run `make clean`
after building a dependency]
Service specific options are described in the README files
in the service specific subdirectories: