Re: [PATCH v4 06/16] crypto/Makefile: Drop unnecessary dependencies

2024-09-27 Thread Ahmad Fatoum
On 13.09.24 09:59, Sascha Hauer wrote: > Having rsa-keys.h depend on the input key files is unnecessary. They > were introduced to avoid unnecessary rebuilds when the files didn't > change. This is unnecessary because the public_keys cmd won't produce > output when it wouldn't change the existing f

[PATCH v4 06/16] crypto/Makefile: Drop unnecessary dependencies

2024-09-13 Thread Sascha Hauer
Having rsa-keys.h depend on the input key files is unnecessary. They were introduced to avoid unnecessary rebuilds when the files didn't change. This is unnecessary because the public_keys cmd won't produce output when it wouldn't change the existing file. Signed-off-by: Sascha Hauer --- crypto/