| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <3977E99F.3165F6A6@cern.ch> |
| Date: | Fri, 21 Jul 2000 08:11:43 +0200 |
| From: | "Lassi A. Tuura" <lassi DOT tuura AT cern DOT ch> |
| Organization: | Northeastern University, Boston, USA |
| X-Mailer: | Mozilla 4.7 [en] (X11; I; Linux 2.2.12-20 i686) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | Scott Carter <scarter AT emware DOT com> |
| CC: | "'cygwin AT sourceware DOT cygnus DOT com'" <cygwin AT sourceware DOT cygnus DOT com> |
| Subject: | Re: make --win32 incorrectly handles PATH |
| References: | <50028CAE26D1D3118C7F00A0CC50D6252D1E4C AT EMWARESERVER> |
You could try something like export PATH := $(PATH):$(EXTRA_PATH) in your makefile. I would expect that to do the right thing in unixy mode -- not having the extra space and exporting the changed value to a subprocesses. Whether that will actually make it to %PATH% under Win32 I have no idea, and unfortunately can't test right now... Using the above in a recursive make may cause your $PATH to get awfully long. It could make a difference if you have a long path of unreachable network shares, or because you might overflow the environment space. Hope this helps, //lat -- I think we're in trouble. --Han Solo -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |