From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: local.mk and up2 Date: Sat, 28 Jul 2012 12:56:25 +0200 Message-ID: References: <87mx2nfabu.fsf@ericabrahamsen.net> <87hasv3znm.fsf@Rainer.invalid> <87a9ymu679.fsf@ericabrahamsen.net> <871ujyo0ld.fsf@Rainer.invalid> <20120726195535.GA21193@debian> <22269.1343406246@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sv4hF-0000Ex-Jy for emacs-orgmode@gnu.org; Sat, 28 Jul 2012 06:56:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sv4hE-00033A-OI for emacs-orgmode@gnu.org; Sat, 28 Jul 2012 06:56:33 -0400 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:62836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sv4hE-00031q-Hu for emacs-orgmode@gnu.org; Sat, 28 Jul 2012 06:56:32 -0400 In-Reply-To: <22269.1343406246@alphaville> (Nick Dokos's message of "Fri, 27 Jul 2012 12:24:06 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Nick Dokos 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