Add sudo to the create-du_sbu command in Makefile, so that it can read
all the dirs
This commit is contained in:
parent
46d25bc515
commit
52402f1a52
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ CUSTOM_TOOLS: $custom_list
|
|||
create-sbu_du-report: mk_BOOT
|
||||
@\$(call echo_message, Building)
|
||||
@if [ "\$(ADD_REPORT)" = "y" ]; then \\
|
||||
./create-sbu_du-report.sh logs $VERSION; \\
|
||||
sudo ./create-sbu_du-report.sh logs $VERSION; \\
|
||||
\$(call echo_report,$VERSION-SBU_DU-$(date --iso-8601).report); \\
|
||||
fi;
|
||||
@touch \$@
|
||||
|
|
Reference in a new issue