Code: Alles auswählen
( rm -rf u-boot-1.1.1 || /bin/true ) && bunzip2 -cd Archive/u-boot-1.1.1.tar.bz2
| TAPE=- tar -x && ( cd u-boot-1.1.1; patch -p1 < ../Patches/u-boot-1.1.1.diff
)
patching file Makefile
patching file common/Makefile
patching file common/cmd_flash.c
patching file common/cmd_net.c
patching file common/cmd_nvedit.c
patching file common/devices.c
patching file common/env_common.c
patching file common/main.c
patching file cpu/mpc8xx/cpu_init.c
patching file cpu/mpc8xx/start.S
patching file fs/Makefile
patching file fs/cramfs/cramfs.c
patching file fs/cramfs/uncompress.c
patching file fs/jffs2/compr_rtime.c
patching file fs/jffs2/compr_rubin.c
patching file fs/jffs2/compr_zlib.c
patching file fs/jffs2/jffs2_1pass.c
patching file fs/jffs2/mini_inflate.c
patching file include/cmd_confdefs.h
patching file include/commproc.h
patching file include/devices.h
patching file include/flash.h
patching file include/jffs2/load_kernel.h
patching file include/lcd.h
patching file include/version.h
patching file lib_generic/crc32.c
patching file net/bootp.c
patching file net/net.c
patching file net/tftp.c
patching file tools/Makefile
cp -pR /home/chkbox/tuxbox-cvs/boot/u-boot-tuxbox/* u-boot-1.1.1
cp -p /home/chkbox/tuxbox-cvs/boot/u-boot-config/u-boot.config u-boot-1.1.1/incl
ude/configs/dbox2.h
make -C u-boot-1.1.1 dbox2_config
make[1]: Entering directory `/home/chkbox/tuxbox-cvs/cdk/u-boot-1.1.1'
Configuring for dbox2 board...
make[1]: Leaving directory `/home/chkbox/tuxbox-cvs/cdk/u-boot-1.1.1'
make -C u-boot-1.1.1 CROSS_COMPILE=powerpc-tuxbox-linux-gnu- u-boot.stripped
make[1]: Entering directory `/home/chkbox/tuxbox-cvs/cdk/u-boot-1.1.1'
Makefile:50: /home/chkbox/tuxbox-cvs/cdk/config.mk: No such file or directory
make[1]: *** No rule to make target `/home/chkbox/tuxbox-cvs/cdk/config.mk'. St
op.
make[1]: Leaving directory `/home/chkbox/tuxbox-cvs/cdk/u-boot-1.1.1'
make: *** [.deps/u-boot] Error 2