lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Suspicious path issues in Makefiles ;-)


From: Jan Nieuwenhuizen
Subject: Re: Suspicious path issues in Makefiles ;-)
Date: Mon, 07 Mar 2005 23:40:21 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Matthias Kilian writes:

>  # teTeX-2.0.x compatibility.
>  local-install:
> -     -$(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)/dvips
> -     (cd $(DESTDIR)$(local_lilypond_datadir)/dvips && ln -sf ../fonts/map .)
> +     -$(INSTALL) -d $(local_lilypond_datadir)/dvips
> +     (cd $(local_lilypond_datadir)/dvips && ln -sf ../fonts/map .)

I don't get this.  Why do you need it?  DESTDIR is empty unless you
set it explicitely, and is used to build binary packages doing:

    make install DESTDIR=/tmp/binary-package-root/

    tar -czf lily.tar.gz -C /tmp/binary-package-root/ .

Otherwise, they are sane ;-)
Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]