[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trying to get started



<snip>
> 
> Removing unneeded directories:
> rm -f include/syslimits.h
> if [ -f include/limits.h ]; then \
>   mv include/limits.h include/syslimits.h; \
> else \
>   cp ../../src/gcc/gsyslimits.h include/syslimits.h; \
> fi
> gmake[1]: Leaving directory `/home/rtems/tools/build-i386-tools/gcc'
> 

I don't see any error here.  The message is an informational message
from gmake and is normal.  Is there some other message that you forgot
to include?