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: Matthias Kilian
Subject: Re: Suspicious path issues in Makefiles ;-)
Date: Thu, 10 Mar 2005 20:00:18 +0100
User-agent: Mutt/1.4.2i

On Wed, Mar 09, 2005 at 08:27:08PM +0100, Jan Nieuwenhuizen wrote:
> > Sorry for any confusion I may have caused.
> 
> That's ok, this should be fixed; I'll apply your patches.

Here's yet another one I missed (I had to install a recent makeinfo
before building documentation):


--- stepmake/stepmake/texinfo-vars.make.orig    Sun Oct 24 15:47:36 2004
+++ stepmake/stepmake/texinfo-vars.make Thu Mar 10 17:36:17 2005
@@ -17,7 +17,7 @@ MAKEINFO = LANG= $(MAKEINFO_PROGRAM)  --
 # info stuff
 INFO_INSTALL_FILES = $(wildcard $(addsuffix *, $(INFO_FILES)))
 INFO_INSTALL_COMMAND =$(if $(INFO_INSTALL_FILES),\
-       $(INSTALL) -d $(DESTDIR)$(package_infodir) ; \
-       $(MAKE) INSTALLATION_OUT_DIR=$(DESTDIR)$(package_infodir) \
+       $(INSTALL) -d $(package_infodir) ; \
+       $(MAKE) INSTALLATION_OUT_DIR=$(package_infodir) \
                depth=$(depth) INSTALLATION_OUT_FILES="$(INFO_INSTALL_FILES)" \
                -f $(stepdir)/install-out.sub.make,true)


Further under focus is Documentation/user/GNUmakefile, which

a) also seems to use DESTDIR (I just find/xargs/grep for DESTDIR),

b) references a target `outimages' which isn't defined anywhere, thus
breaking make web.

Ciao,
        Kili




reply via email to

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