Home | History | Annotate | Download | only in mac

Lines Matching refs:BZIP2

23 #  - a bzip2-compressed copy of the new file from new_dir; in patch_dir, the
37 # bzip2, gzip, or xz/lzma2, or leave them uncompressed, according to which is
40 # size reduction of about 3%-5% relative to using bzip2 as the only
41 # compressor; bzip2 is generally more effective for these data sets than gzip,
42 # and xz/lzma2 more effective than bzip2.
83 # 12 bzip2 compression failed
151 readonly BZIP2="bzip2"
237 if ! "${BZIP2}" -9c < "${new_file}" > "${bz2_file}"; then
238 err "couldn't compress ${new_file} to ${bz2_file} with ${BZIP2}"