Skip to content

Commit 3b228ff

Browse files
author
Xiangfu Liu
committedMar 27, 2012
compile-milkymist-firmware.sh: compress the BUILD_LOG
1 parent 245d5da commit 3b228ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎scripts/compile-milkymist-firmware.sh

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ yes "" | make -C ${MILKYMIST_GIT_DIR}/flickernoise/src/compiler/doc clean all
182182
mv ${MILKYMIST_GIT_DIR}/flickernoise/src/compiler/doc/midi.pdf ${IMAGES_DIR}/doc
183183

184184

185+
(cd ${IMAGES_DIR} && bzip2 -z BUILD_LOG;)
185186
mv ${IMAGES_DIR} ${DEST_DIR}
186187

187188
echo -e "\

0 commit comments

Comments
 (0)
Please sign in to comment.