9.24~9.30 Just master the linux Makefile.
Reference: Managing Projects with GNU Make
Can read very complicated Makefile files .The u-boot bootloader Makefile for example.Also have the capacity to write sophisticated makefile files.To achieve this. Program a programme that can create the image UBB codes according to the max and min address number in console line.For example:the formula code:
[
IMG
]
http://niko.website/num
[
*
]
.img
[
/IMG
]
min:
001
max:
124
then,the result should be:
[
IMG
]
http://niko.website/num001.img
[
/IMG
]
[ IMG ] http://niko.website/num002.img [ /IMG ]
[ IMG ] http://niko.website/num003.img [ /IMG ]
[ IMG ] http://niko.website/num004.img [ /IMG ]
.......
[ IMG ] http://niko.website/num124.img [ /IMG ]
[ IMG ] http://niko.website/num002.img [ /IMG ]
[ IMG ] http://niko.website/num003.img [ /IMG ]
[ IMG ] http://niko.website/num004.img [ /IMG ]
.......
[ IMG ] http://niko.website/num124.img [ /IMG ]
use the Makefile to manage the project