Skip to content

Conversation

xuxin930
Copy link
Contributor

Summary

  1. PREFIX needs to be added to Make.dep to avoid Make.dep regeneration during incremental compilation .
  2. AROBJSRULES is just the .o file in the copy archive. Its output content is worthless, so we hide it by default.

Impact

fix Make.dep files are generated repeatedly during incremental compilation
hide unhelpful output

Testing

cmake -B build -DBOARD_CONFIG=qemu-armv7a:nsh

…ide invalid cp output from ar

PREFIX needs to be added to Make.dep to avoid Make.dep regeneration during incremental compilation
AROBJSRULES is just the .o file in the copy archive. Its output content is worthless, so we hide it by default.

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
@xiaoxiang781216 xiaoxiang781216 merged commit e558c8e into apache:master Oct 17, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants