emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Peter Jones <mlists@pmade.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] Allow 'prefix' to be set on the command line
Date: Sun, 15 Jun 2008 09:12:55 +0200	[thread overview]
Message-ID: <D832AC32-869E-42B0-8D04-55BE0EEE8A51@uva.nl> (raw)
In-Reply-To: <m2hccbi9o4.fsf@pmade.com>


On Jun 3, 2008, at 3:34 AM, Peter Jones wrote:

> This patch allows you to:
>
>  make install prefix=/some/path
>
> Makes installing Org-mode in a non-standard path a bit easier.

I have noticed that at least my version of make (GNU make 3.81) does  
allow me to set
the prefix like that out of the box, without the need add the "?"  
before the = sign.


So I am now inclined to to remove this change again.  Peter, which  
version of make do *not* allow the prefix to be specified in this way?

- Carsten

>
>
> From e0b6b847c6b8a4b0c41aff3bab0ea2fe5e45c082 Mon Sep 17 00:00:00 2001
> From: Peter Jones <pjones@pmade.com>
> Date: Thu, 29 May 2008 21:22:59 -0600
> Subject: [PATCH] Allow 'prefix' to be set on the command line
>
> This patch allows you to:
>
>  make install prefix=/some/path
> ---
> Makefile |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 35684f3..19fa9ca 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -14,7 +14,7 @@
> EMACS=emacs
>
> # Where local software is found
> -prefix=/usr/local
> +prefix?=/usr/local
>
> # Where local lisp files go.
> lispdir = $(prefix)/share/emacs/site-lisp
> -- 
> 1.5.4.4
>
>
> -- 
> Peter Jones, pmade inc.
> http://pmade.com
> _______________________________________________
> 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

      parent reply	other threads:[~2008-06-15  7:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-03  1:34 [PATCH] Allow 'prefix' to be set on the command line Peter Jones
2008-06-09  7:09 ` Dominik, C.
2008-06-09 14:18   ` Eddward DeVilla
2008-06-09 15:43   ` Peter Jones
2008-06-15  7:12 ` Carsten Dominik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D832AC32-869E-42B0-8D04-55BE0EEE8A51@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=mlists@pmade.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).