Nick Dokos <nicholas.do...@hp.com> writes:

> I said:
>
> ,----
> | You can always redefine makefile variables on the command line:
> | 
> |   make SUDO= up2
> | 
> | will redefine SUDO to nothing for this run.
> `----
>
> but I should also have added that you can redefine the variable in
> local.mk as well for more permanence:
>
> SUDO =
>
> local.mk is included *after* default.mk, which is where the
>
> SUDO = sudo
>
> line originally defines the SUDO variable, so it overrides the
> default.

Thanks a lot, that worked wonderfully well. Now a single make keeps my
org-mode up to date.

Alan

Reply via email to