This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: searching for target


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]