Add sudo to the create-du_sbu command in Makefile, so that it can read

all the dirs
This commit is contained in:
Pierre Labastie 2012-03-24 10:39:30 +00:00
parent 46d25bc515
commit 52402f1a52

View file

@ -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 \$@