X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=HYIyepo7PhgauTaJoJfrUdJVZvdegQDrWVutxeU0pmu
	RbATu0f2VEqlP/0zkv/M45QGATAgNR4cDqlAQlhEADGEbX3bfzEVTl2+q0SRMf/e
	1pc8TYITT0sU7uH8lNAXukt/rLx2JBETlNwBnFHKt/tHXz5YA0wSkRQ7Iau6l+IQ
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=nqeNt9wVqdyX7vz0wn/dJHqXBMs=; b=dgVdxG6mnZ0KSOBCF
	KcBqhEf2aUU3H79f+VH9ti3INFLiXpa7RLS5G1KSotnpOcfRPoscphcNs3AEvyfX
	F4wLWfrb3gvqbMIJxqrurzOztu5AEUVjkx3x+hV3JecoL0B+3wbz9RwL4zJAWt1I
	Humacdtr3SQoezL5Mn1xAVL694=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FROM_STARTS_WITH_NUMS,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mout.gmx.net
Message-ID: <54209126.9030706@gmx.net>
Date: Mon, 22 Sep 2014 23:14:14 +0200
From: Michael Osipov <1983-01-06@gmx.net>
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.1.1
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: /usr/bin/install doesn't install files from Makefile
References: <5415790E.8030209@gmx.net>	<CAEhDDbCDi5Vu8=agC_zCfbd6tki5V3PBQGKL6ZtgdmdPPRWrew@mail.gmail.com>	<54181257.5050500@gmx.net> <CAEhDDbA9u9Atb2qf3LJW8or2SHDDwPHYS4ST3DecjF=udqsdng@mail.gmail.com> <54194CCA.9070101@gmx.net> <54195F78.5010701@gmail.com>
In-Reply-To: <54195F78.5010701@gmail.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-UI-Out-Filterresults: notjunk:1;
X-IsSubscribed: yes

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)
>>
>
> have you thought to look on asciidoc source ?
> The install system is very poor, so it is not an issue of make..
>
> However with
>
> $ autoreconf -ifv
> $ ./configure --prefix=/asciidoc
> $ make install DESTDIR="/tmp/foo"
>
> I was able to install in "/tmp/foo/asciidoc"

Hi Marco,

just tried to reproduce this on some other project which should work. I 
have tried curl from GitHub master.

I have the very same result. I cannot install in $HOME/curl but
make install DESTDIR="/tmp" successfully ends up in /tmp/home/mosipov/curl.

This is very strange.

Michael


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

