...
Redefining VERSION ...
===[lx_patch:209 (last $?=0)> lx_extraversion=.10-dist
===[lx_patch:210 (last $?=0)> lx_injectextraversion
===[lx_injectextraversion:150 (last $?=0)> sed -i -e 's,^\([ \t]*EXTRAVERSION[ \t]*\)=.*,\1= .10-dist,g' Makefile
===[lx_injectextraversion:154 (last $?=0)> local rerun=
===[lx_injectextraversion:155 (last $?=0)> eval make -j5 ARCH=blackfin CROSS_COMPILE=bfin-t2-linux-uclibc- KCC=bfin-t2-linux-uclibc-kcc include/linux/utsrelea
se.h
====[lx_injectextraversion:155 (last $?=0)> make -j5 ARCH=blackfin CROSS_COMPILE=bfin-t2-linux-uclibc- KCC=bfin-t2-linux-uclibc-kcc include/linux/utsrelease.h
===[lx_injectextraversion:157 (last $?=0)> grep -q 'is up to date'
You should not call uname during the build!
You should not call uname during the build!
make[2]: *** [silentoldconfig] Error 1
make[1]: *** [silentoldconfig] Error 2
...
mm/page_alloc.c: In function '__alloc_pages': CC fs/fifo.o
mm/page_alloc.c:1364: error: 'CONFIG_BIG_ORDER_ALLOC_NOFAIL_MAGIC' undeclared (first use in this function)
mm/page_alloc.c:1364: error: (Each undeclared identifier is reported only once
mm/page_alloc.c:1364: error: for each function it appears in.)
make[1]: *** [mm/page_alloc.o] Error 1
make: *** [mm] Error 2
...
CC [M] fs/xfs/linux-2.6/xfs_vnode.o
CC [M] fs/xfs/support/debug.o
CC [M] fs/xfs/support/move.o
CC [M] fs/xfs/support/uuid.o
LD [M] fs/xfs/xfs.o
LD fs/built-in.o
Due to previous errors, no 1-linux26.log file!
(Try enabling xtrace in the config to track an error inside the build system.)
--- BUILD ERROR ---
...