Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-Authentication-Warning: localhost.localdomain: ronald owned process doing -bs Date: Thu, 19 Jun 2003 15:56:09 +0200 (CEST) From: Ronald Landheer-Cieslak X-X-Sender: ronald AT localhost DOT localdomain To: alex hardy cc: cygwin AT cygwin DOT com Subject: Re: searching for target In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 19 Jun 2003, alex hardy wrote: > I receive this responce when make is invoked > make: *** No targets specified and no makefile found. Stop. > there is a makefile in home/administrator/min > my working dir is home/administrator Let me see: you're in /home/administrator and you do $ make expecting Make to find your Makefile in some extralucent visionary way.. hmm.. how about $ cd min $ make or perhaps $ make -f min/Makefile ? > if I set PS1="\w--> " > would this work? It would certainly change your default prompt if you're under [b]ash, yes. It wouldn't make Make any more of a visionary, though.. rlc -- 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/