X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4F5067E0.5000203@cs.cmu.edu> Date: Thu, 01 Mar 2012 22:25:36 -0800 From: Paul Allen Newell User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.27) Gecko/20120216 Thunderbird/3.1.19 MIME-Version: 1.0 To: cygwin AT cygwin DOT com CC: pnewell AT cs DOT cmu DOT edu Subject: [NEARLY SOLVED:] Re: make producing basename error that can't be captured by "make &> make.out" References: <4F5035D0 DOT 9070502 AT cs DOT cmu DOT edu> <4F506393 DOT 1030502 AT gmail DOT com> In-Reply-To: <4F506393.1030502@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 On 3/1/2012 10:07 PM, Dave Korn wrote: > On 02/03/2012 02:52, Paul Allen Newell wrote: >> [ weird problem symptoms ] > You probably have a script or shell alias getting in between you and the > real make. Please run "type make ; which -a make" in a bash shell and show us > the results. > > cheers, > DaveK > Dave: Thanks for the reply (smiled on the "weird problem symptoms" summation). The result is: +++ type make; which -a make make is aliased to `settitle Making $(basename $PWD) && make "$@"' /usr/bin/make /usr/bin/make +++ I groaned when I saw this as it is obvious the $(PWD) is feeding basename and that's the "make" error. Thanks. However, I am still trying to understand why this potentially incorrect alias is creating text output to the screen which can't be redirected as it isn't stdout or stderr ... or "3/4/5" as someone suggested I test. Paul -- 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