HomeSort by relevance Sort by last modified time
    Searched refs:COMP_DEFAULT (Results 1 - 2 of 2) sorted by null

  /external/squashfs-tools/squashfs-tools/
Makefile 9 # (COMP_DEFAULT) is gzip.
12 # below, and change COMP_DEFAULT to one of the compression types you have
84 COMP_DEFAULT = gzip
122 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"$(COMP_DEFAULT)\" \
217 # COMP_DEFAULT must be a selected compressor
219 ifeq (, $(findstring $(COMP_DEFAULT), $(COMPRESSORS)))
220 $(error "COMP_DEFAULT is set to ${COMP_DEFAULT}, which isn't selected to be \
mksquashfs.c     [all...]

Completed in 113 milliseconds