Re: /usr/bin/install doesn't install files from Makefile

2014-09-25 Thread Michael Osipov
Am 2014-09-23 um 16:11 schrieb Marco Atzeri: On 22/09/2014 23:14, Michael Osipov wrote: Am 2014-09-17 um 12:16 schrieb Marco Atzeri: On 17/09/2014 10:56, Michael Osipov wrote: Am 2014-09-16 um 19:59 schrieb Csaba Raduly: Hi Michael, Unfortunately, it is not: ... (cd

Re: /usr/bin/install doesn't install files from Makefile

2014-09-23 Thread Marco Atzeri
On 22/09/2014 23:14, Michael Osipov wrote: Am 2014-09-17 um 12:16 schrieb Marco Atzeri: On 17/09/2014 10:56, Michael Osipov wrote: Am 2014-09-16 um 19:59 schrieb Csaba Raduly: Hi Michael, Unfortunately, it is not: ... (cd /home/mosipov/asciidoc/bin; ln -sf asciidoc.py asciidoc) (cd

Re: /usr/bin/install doesn't install files from Makefile

2014-09-23 Thread Andrey Repin
Greetings, Marco Atzeri! why strange ? the final installation dir is ${DESTDIR}${PREFIX} for if you put DESTDIR=/tmp --prefix=$HOME/curl the result will be in /tmp$HOME/curl alias /tmp/home/mosipov/curl On asciidoc there is a mistake and the final dir is ${DESTDIR}/${PREFIX}

Re: /usr/bin/install doesn't install files from Makefile

2014-09-22 Thread Michael Osipov
Am 2014-09-17 um 12:16 schrieb Marco Atzeri: On 17/09/2014 10:56, Michael Osipov wrote: Am 2014-09-16 um 19:59 schrieb Csaba Raduly: Hi Michael, Unfortunately, it is not: ... (cd /home/mosipov/asciidoc/bin; ln -sf asciidoc.py asciidoc) (cd /home/mosipov/asciidoc/bin; ln -sf a2x.py a2x)

Re: /usr/bin/install doesn't install files from Makefile

2014-09-17 Thread Michael Osipov
Am 2014-09-16 um 19:59 schrieb Csaba Raduly: Hi Michael, On Tue, Sep 16, 2014 at 12:35 PM, Michael Osipov wrote: Am 2014-09-15 um 12:15 schrieb Csaba Raduly: What's the output of make install ? Maybe the install target is just a no-op. Hi Csaba, I do not think that this is a nop, it

Re: /usr/bin/install doesn't install files from Makefile

2014-09-17 Thread Marco Atzeri
On 17/09/2014 10:56, Michael Osipov wrote: Am 2014-09-16 um 19:59 schrieb Csaba Raduly: Hi Michael, Unfortunately, it is not: ... (cd /home/mosipov/asciidoc/bin; ln -sf asciidoc.py asciidoc) (cd /home/mosipov/asciidoc/bin; ln -sf a2x.py a2x) have you thought to look on asciidoc source ?

Re: /usr/bin/install doesn't install files from Makefile

2014-09-17 Thread Michael Osipov
Hi Marco, Am 2014-09-17 um 12:16 schrieb Marco Atzeri: On 17/09/2014 10:56, Michael Osipov wrote: Am 2014-09-16 um 19:59 schrieb Csaba Raduly: Hi Michael, Unfortunately, it is not: ... (cd /home/mosipov/asciidoc/bin; ln -sf asciidoc.py asciidoc) (cd /home/mosipov/asciidoc/bin; ln -sf

Re: /usr/bin/install doesn't install files from Makefile

2014-09-16 Thread Michael Osipov
Am 2014-09-15 um 12:15 schrieb Csaba Raduly: On Sun, Sep 14, 2014 at 1:16 PM, Michael Osipov wrote: Hi, I am trying to install an application which autoconf. While configure and make run fine, make install does it's job but no files and directories are created at the end. As if no action has

Re: /usr/bin/install doesn't install files from Makefile

2014-09-16 Thread Csaba Raduly
Hi Michael, On Tue, Sep 16, 2014 at 12:35 PM, Michael Osipov wrote: Am 2014-09-15 um 12:15 schrieb Csaba Raduly: What's the output of make install ? Maybe the install target is just a no-op. Hi Csaba, I do not think that this is a nop, it wouldn't make any sense. Here is the make

Re: /usr/bin/install doesn't install files from Makefile

2014-09-15 Thread Michael Osipov
Am 2014-09-14 um 21:16 schrieb Marco Atzeri: On 14/09/2014 19:28, Michael Osipov wrote: On 14/09/2014 13:16, Michael Osipov wrote: Hi, I am trying to install an application which autoconf. While configure and make run fine, make install does it's job but no files and directories are created

Re: /usr/bin/install doesn't install files from Makefile

2014-09-15 Thread Csaba Raduly
On Sun, Sep 14, 2014 at 1:16 PM, Michael Osipov wrote: Hi, I am trying to install an application which autoconf. While configure and make run fine, make install does it's job but no files and directories are created at the end. As if no action has happened. I am building asciidoc-8.6.9

/usr/bin/install doesn't install files from Makefile

2014-09-14 Thread Michael Osipov
Hi, I am trying to install an application which autoconf. While configure and make run fine, make install does it's job but no files and directories are created at the end. As if no action has happened. I am building asciidoc-8.6.9 from source. I am on Windows XP SP3. How can I figure out

Re: /usr/bin/install doesn't install files from Makefile

2014-09-14 Thread Marco Atzeri
On 14/09/2014 13:16, Michael Osipov wrote: Hi, I am trying to install an application which autoconf. While configure and make run fine, make install does it's job but no files and directories are created at the end. As if no action has happened. I am building asciidoc-8.6.9 from source. I am

Re: Re: /usr/bin/install doesn't install files from Makefile

2014-09-14 Thread Michael Osipov
On 14/09/2014 13:16, Michael Osipov wrote: Hi, I am trying to install an application which autoconf. While configure and make run fine, make install does it's job but no files and directories are created at the end. As if no action has happened. I am building asciidoc-8.6.9 from

Re: /usr/bin/install doesn't install files from Makefile

2014-09-14 Thread Marco Atzeri
On 14/09/2014 19:28, Michael Osipov wrote: On 14/09/2014 13:16, Michael Osipov wrote: Hi, I am trying to install an application which autoconf. While configure and make run fine, make install does it's job but no files and directories are created at the end. As if no action has happened. I