FIX was Re: Cygwin Failure on multiple targets
    Joel Sherrill 
    joel.sherrill at OARcorp.com
       
    Wed Jun  7 19:59:39 UTC 2000
    
    
  
I hate to reply to my own posts but I tripped across the fix
and I had seen it before. :(
LIB was being inherited from Windows and pointed to the 
wrong place for Cygwin.
INCLUDE was also being inherited from Windows and I assume it
could eventually cause problems as well. 
I added "unset's" of both variables to the .bashrc.
--joel
Joel Sherrill wrote:
> 
> We were cycling through hosts/targets before putting new
> beta/tools out and ran into a Cygwin failure.  Does anyone
> recognize this?
> 
> Makefile:407: *** target pattern contains no `%'.  Stop.
> 
> This is from score/cpu/sparc but the i386 did the same thing.
> 
> Around line 407, I see:
> 
> $(PROJECT_RELEASE)/lib:
>         @$(mkinstalldirs) $@
>                                       <=== blank line is 407
> .PRECIOUS: $(LIB)
> 
> $(PROJECT_INCLUDE):
>         $(mkinstalldirs) $@
> 
> We using David Fiddes's RTEMS Cygwin with gnu make 3.78.1.
> The filesystems are mounted in binmode.
> 
> Thanks for any hints. :)
    
    
More information about the users
mailing list