Index: branches/zef/i386/boot2/Makefile =================================================================== --- branches/zef/i386/boot2/Makefile (revision 234) +++ branches/zef/i386/boot2/Makefile (revision 235) @@ -102,10 +102,11 @@ @echo " unsigned int *length;" >> $(SYMROOT)/art.h @echo "} embededpng_t;" >> $(SYMROOT)/art.h @echo "" >> $(SYMROOT)/art.h - @echo "embededpng_t embeddedImages[] = {" >> $(SYMROOT)/art.h + @echo "embededpng_t embededImages[] = {" >> $(SYMROOT)/art.h @cd $(SYMROOT)/embed && find . -name '*.png' -exec sh -c \ - "echo {.name = \`echo '\"'\`\`echo '{}' | cut -f 2 -d \"/\" | cut -f 1 -d \".\" \`\`echo '\"'\`, \ - .pngdata = \`echo {} | tr / _ | tr . _ \`, .length = \&\`echo {} | tr / _ | tr . _ \`_len}," \; >> $(SYMROOT)/art.h + "echo {.name = \`echo '\"'\`\`echo '{}' | sort | cut -f 2 -d \"/\" | cut -f 1 -d \".\" \`\`echo '\"'\`, \ + .pngdata = \`echo {} | sort | tr / _ | tr . _ \`, .length = \&\`echo {} | sort | tr / _ | tr . _ \`_len}," \; >> $(SYMROOT)/art.h + @echo "};" >> $(SYMROOT)/art.h @echo "#endif /* !__BOOT2_ART_H */" >> $(SYMROOT)/art.h ;\