| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <453F6684.9080609@byu.net> |
| Date: | Wed, 25 Oct 2006 07:28:36 -0600 |
| From: | Eric Blake <ebb9 AT byu DOT net> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7 Mnenhy/0.7.4.666 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: another cygport bug |
| References: | <453D9BC6 DOT 6000206 AT byu DOT net> <453ECAF4 DOT 9040103 AT users DOT sourceforge DOT net> |
| In-Reply-To: | <453ECAF4.9040103@users.sourceforge.net> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Yaakov S (Cygwin Ports) on 10/24/2006 8:24 PM:
>
> Thanks for the patch; cygautoreconf() and gnome2_autoreconf() are now
> fixed in CVS.
How about this fix to __list_deps, too, so that the depend action works again?
@@ -1121,7 +1121,7 @@
export PATH="${D}/usr/bin:${DEPS_PATH}:${os_path}";
# Ruby and Apache2 modules should be *.so, nothing else!!!
- - find . -name '*.exe' -o -name '*.dll' -o -name '*.so' \
+ find . \( -name '*.exe' -o -name '*.dll' -o -name '*.so' \) \
-exec cygcheck '{}' + | sed -ne '/^ [^ ]/ s,\\,/,gp' |
sort -bu | \
xargs -r -n1 cygpath -u | xargs -r cygcheck -f | \
sed 's!^! !' | sort -u;
- --
Life is short - so eat dessert first!
Eric Blake ebb9 AT byu DOT net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFP2aE84KuGfSFAYARAvIBAKDLQaBy2X3YH2FM+oErfF8cFEooMwCgwPqD
lXnQSfbT8CGcvDw33aXTF3s=
=7qRZ
-----END PGP SIGNATURE-----
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |