Hi basically i was hoping someoen can see what i cant I know this error is basically something is space weird but i havent touched the makefile and it ran b4 so iono what could be different i do know i changed the directory for the project but i see that it already takes that into account but i keep getting this error and here is my
make -n
Code:
root@vmfedora u-boot-2008.10]# make cavium_cns3000_config -n
rm -f include/config.h include/config.mk \
		board/*/config.tmp board/*/*/config.tmp \
		include/autoconf.mk include/autoconf.mk.dep
if [ "" ] ; then \
		sed -r 's/ENDIANNESS/big/g; s/#.*//' board/cavium/cns3000/u-boot.lds.template \
			> board/cavium/cns3000/u-boot.lds ; \
		echo "... configured for big-endian (BE8) system"; \
	else \
		sed -r 's/ENDIANNESS/little/g; s/#.*//' board/cavium/cns3000/u-boot.lds.template \
			> board/cavium/cns3000/u-boot.lds ; \
		echo "... configured for little-endian system"; \
	fi;
/sd/cns3xxx-bsp/bootloader/u-boot-2008.10/mkconfig cavium_cns3000 arm arm11mpcore cns3000 cavium