From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Makefile: update Date: Tue, 2 Jun 2009 14:15:20 +0200 Message-ID: References: <61176df0906012327pdba6b9co71c65fffb2959d9e@mail.gmail.com> <20090602111429.GA21252@taupan.ath.cx> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBStt-0005Hl-Jb for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 08:15:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBSto-0005HJ-7i for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 08:15:29 -0400 Received: from [199.232.76.173] (port=40092 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBSto-0005HG-45 for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 08:15:24 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:41485) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBStn-0000hG-Qv for emacs-orgmode@gnu.org; Tue, 02 Jun 2009 08:15:24 -0400 Received: by ewy6 with SMTP id 6so11052229ewy.42 for ; Tue, 02 Jun 2009 05:15:23 -0700 (PDT) In-Reply-To: <20090602111429.GA21252@taupan.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: friedel@nomaden.org Cc: emacs-orgmode@gnu.org Done. - Carsten On Jun 2, 2009, at 1:14 PM, Friedrich Delgado Friedrichs wrote: > It might seem like a nitpick, but your "up2" target assumes that the > program to process makefiles is called "make" (and not e.g. "gmake" > and it's in the PATH). > > I propose: > > up2: update > sudo $(MAKE) install > > As make sets the variable MAKE [see info "(make)MAKE Variable" ] and > it's simpler to just list a dependent target if we don't need a > recursive call to make. > > -- > Friedrich Delgado Friedrichs > TauPan on Ircnet and Freenode ;) > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode