From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13237 invoked by alias); 15 Feb 2011 10:49:08 -0000 Received: (qmail 13229 invoked by uid 22791); 15 Feb 2011 10:49:07 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from smtp.prismnet.com (HELO smtp.prismnet.com) (209.198.128.91) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Feb 2011 10:49:02 +0000 Received: from [127.0.0.1] (c-76-98-235-160.hsd1.pa.comcast.net [76.98.235.160]) (authenticated bits=0) by smtp.prismnet.com (8.14.4/8.14.4) with ESMTP id p1FAmxqt072594 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Tue, 15 Feb 2011 04:48:59 -0600 (CST) (envelope-from rkitover@cpan.org) Message-ID: <4D5A5A0A.10605@cpan.org> Date: Tue, 15 Feb 2011 10:49:00 -0000 From: Rafael Kitover Reply-To: rkitover@cpan.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: The tree command References: <4D5A44A8.1000902@bonhard.uklinux.net> In-Reply-To: <4D5A44A8.1000902@bonhard.uklinux.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-02/txt/msg00371.txt.bz2 On 2/15/2011 4:17 AM, Fergus wrote: >>> The source is here: >>> ftp://mama.indstate.edu/linux/tree/ >>> edit the Makefile to uncomment the Cygwin section and it will build > cleanly. > > Yes, works perfectly. > FWIW: I wish I'd edited the Makefile additionally to so that > prefix = /usr/local > rather than the default /usr (but this is just a personal preference for > the location of extras). > Fergus I use stow for this. Like so: mkdir /usr/local/stow mkdir /usr/local/stow/tree-1.5.3 make make install prefix=/usr/local/stow/tree-1.5.3 cd /usr/local/stow stow tree-1.5.3 Now you have a symlink, /usr/local/bin/tree . To remove the symlinks, you just do: cd /usr/local/stow stow -D tree-1.5.3 -- 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