Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" 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 CC: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: Re: make --win32 incorrectly handles PATH References: <50028CAE26D1D3118C7F00A0CC50D6252D1E4C AT EMWARESERVER> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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