Skip to content

Commit

Permalink
compile-milkymist-firmware.sh: compress the BUILD_LOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangfu Liu committed Mar 27, 2012
1 parent 245d5da commit 3b228ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/compile-milkymist-firmware.sh
Expand Up @@ -182,6 +182,7 @@ yes "" | make -C ${MILKYMIST_GIT_DIR}/flickernoise/src/compiler/doc clean all
mv ${MILKYMIST_GIT_DIR}/flickernoise/src/compiler/doc/midi.pdf ${IMAGES_DIR}/doc


(cd ${IMAGES_DIR} && bzip2 -z BUILD_LOG;)
mv ${IMAGES_DIR} ${DEST_DIR}

echo -e "\
Expand Down

0 comments on commit 3b228ff

Please sign in to comment.