This is the mail archive of the cygwin-talk@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: "make all" and "make install" for smake


On Thu, Jan 06, 2005 at 12:03:53PM +0000, THUFIR HAWAT wrote:
> $ make install
> make: `install' is up to date.
> 
> 
> $ smake
> bash:  smake:  command not found
> 
> 
> "make all" and "make install" suceeded, so why isn't smake a command now?

make install did nothing, because it was confused by the INSTALL file
into thinking nothing needed to be done.  Delete the file, or add a:

.PHONY: install

line in the makefile.


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