Comment 4 for bug 594868

Revision history for this message
Yavor Nikolov (yavor-nikolov) wrote :

My last update here to be ignored... The program-name based default has been in fact already implemented as per the description in Makefile:

# Comment out CFLAGS line below to explicity set ignore trailing garbage
# default behavior: 0 - disabled; 1 - enabled (ignore garbage by default)
# If IGNORE_TRAILING_GARBAGE is not defined: behavior is automatically determined
# by program name: bzip2, bunzip2, bzcat - ignore garbage; otherwise - not.
#CFLAGS += -DIGNORE_TRAILING_GARBAGE=1