introduce $(SUDO) to make install with administrative privileges customizable
commit353a0c519bae0fce277de48adc8cf582d986b7e0
authorAchim Gratz <Stromeko@Stromeko.DE>
Tue, 31 Jan 2012 19:44:37 +0000 (31 20:44 +0100)
committerAchim Gratz <Stromeko@Stromeko.DE>
Fri, 20 Apr 2012 19:04:12 +0000 (20 21:04 +0200)
tree4577304b8757f8f85932796309062a4f0e23be54
parent41624c1809d015a4d41601917ce09234dd8f567b
introduce $(SUDO) to make install with administrative privileges customizable

defaults.mk: define SUDO to map to sudo, add comment to define
blank if administrative privileges are not needed (already root on
Linux or Administrator on Windows)

targets.mk: use newly defined $(SUDO) uinstead of plain sudo,
replaces some braces with parentheses
default.mk
targets.mk