X-Recipient: archive-cygwin AT delorie DOT 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=iYLxzQHqK7bcnEZnEkbVBiwzy4adlWk+pCjR0tc5G8H xNuuC0AOWRXl044Ai7/C4PPwiRSYZIwAaUtpnoVwSAWsvGB6vQnvoz7Jyl0cXkym j2+XqM8TAnHVBV4jU3terNjNLBnViQBgSGryMwRP9G8kMqjYAl5o+7FMCmX5sSB8 = 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=GUOsRnRgRvNWKBWhVaI304QKB9A=; b=FmfF+Rq4MNWTMIV/l TONJk53ZZinLNVEU3JEL4bxQ/211rCump8PQJnpD9RpA+JOgkcjfco6Vc96O8XOv HeYkGvZ3GhglSeNBXHQhOm5hc013ODDy1FgofhuB6s9TCm18OM+VLA+N1aMT80SI 2B7/Qoz4B/vPICZTygpIySDwfY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 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=no version=3.3.2 X-HELO: mout.gmx.net Message-ID: <54194CCA.9070101@gmx.net> Date: Wed, 17 Sep 2014 10:56:42 +0200 From: Michael Osipov <1983-01-06 AT gmx DOT 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 AT cygwin DOT com Subject: Re: /usr/bin/install doesn't install files from Makefile References: <5415790E DOT 8030209 AT gmx DOT net> <54181257 DOT 5050500 AT gmx DOT net> In-Reply-To: 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-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 wouldn't make any sense. Here is the >> make install output: >> >> http://pastebin.com/sKELTjZe >> > > Indeed it isn't. Your files were installed under > /home/mosipov/asciidoc, e.g. asciidoc.py is in > /home/mosipov/asciidoc/bin/ > Unfortunately, it is not: ... (cd /home/mosipov/asciidoc/bin; ln -sf asciidoc.py asciidoc) (cd /home/mosipov/asciidoc/bin; ln -sf a2x.py a2x) mosipov AT mika /cygdrive/e/Downloads/asciidoc-8.6.9 $ ls -la $HOME insgesamt 30 drwxr-xr-x+ 1 mosipov Kein 0 13. Sep 14:15 . drwxrwxrwt+ 1 mosipov Kein 0 13. Sep 14:25 .. -rw------- 1 mosipov Kein 4811 16. Sep 12:55 .bash_history -rwxr-xr-x 1 mosipov Kein 1494 31. Mai 17:07 .bash_profile -rwxr-xr-x 1 mosipov Kein 6054 31. Mai 17:07 .bashrc -rwxr-xr-x 1 mosipov Kein 1919 31. Mai 17:07 .inputrc -rw------- 1 mosipov Kein 72 15. Sep 11:19 .lesshst -rw-r--r-- 1 mosipov Kein 74 14. Sep 12:53 .minttyrc -rwxr-xr-x 1 mosipov Kein 1236 31. Mai 17:07 .profile 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