bug-gnubatch
[Top][All Lists]
Advanced

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

Re: [bug-gnubatch] Re: Attempt to fix various issues


From: Jan Schampera
Subject: Re: [bug-gnubatch] Re: Attempt to fix various issues
Date: Sun, 12 Sep 2010 12:26:42 +0200
User-agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100329)

Jan Schampera wrote:

Anyways, attached is a patch (diff -Nur) that fixes
a) lib/ directory creation in destination
b) man directories creation in destination
c) manpage symlinking in destination (now one can re-run make install)

Another one for $(DESTDIR)/include, it always ended up in a textfile "include" which contained the header :)

Jan "TheBonsai"
--- gnubatch.orig/src/apilib/Makefile.in        2010-09-12 12:23:03.359703777 
+0200
+++ gnubatch/src/apilib/Makefile.in     2010-09-12 12:17:41.544493107 +0200
@@ -91,11 +91,13 @@
        sh ./Hdrmake.sh $(BASE)/config.h $(HDRS)
 
 install: all
+       $(INSTALL) -d $(INCLUDEDIR)
        libtool --mode=install $(INSTALL) $(APILIB) $(LIBDIR)
        $(INSTALL_DATA) gbatch.h $(INCLUDEDIR)
        $(INSTALL_DATA) $(APILIB) $(LIBDIR)
 
 install_strip: all
+       $(INSTALL) -d $(INCLUDEDIR)
        libtool --mode=install $(INSTALL) -s $(APILIB) $(LIBDIR)
        $(INSTALL_DATA) gbatch.h $(INCLUDEDIR)
        $(INSTALL_DATA) $(APILIB) $(LIBDIR)

reply via email to

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