Add INSTALLSUDO param in Makefile.platform to limit sudo to install commands, better than sudo make install...

This commit is contained in:
Philippe Teuwen 2022-05-03 19:04:01 +02:00
commit 9ebda88386
8 changed files with 45 additions and 41 deletions

View file

@ -11,3 +11,6 @@ PLATFORM=PM3RDV4
# Install package "ccache" -> Debian/Ubuntu: /usr/lib/ccache, Fedora/CentOS/RHEL: /usr/lib64/ccache
# And uncomment the following line
#export PATH := /usr/lib64/ccache:/usr/lib/ccache:${PATH}
# To install with sudo:
INSTALLSUDO=sudo