Searched refs:EXPIRES_LINE (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/public-domain/tz/dist/
H A Dleapseconds.awk111 if (! EXPIRES_LINE) {
116 EXPIRES_LINE ? "" : "#", \
H A DMakefile161 # Use EXPIRES_LINE=1 to put the line in, 0 to omit it.
162 # The EXPIRES_LINE value matters only if REDO's value contains "right".
163 # If you change EXPIRES_LINE, remove the leapseconds file before running "make".
166 # EXPIRES_LINE defaults to 0 for now so that the leapseconds file
169 EXPIRES_LINE= 0 macro
725 $(AWK) -v EXPIRES_LINE=$(EXPIRES_LINE) \
/netbsd-current/lib/libc/time/
H A DMakefile161 # Use EXPIRES_LINE=1 to put the line in, 0 to omit it.
162 # The EXPIRES_LINE value matters only if REDO's value contains "right".
163 # If you change EXPIRES_LINE, remove the leapseconds file before running "make".
166 # EXPIRES_LINE defaults to 0 for now so that the leapseconds file
169 EXPIRES_LINE= 0 macro
725 $(AWK) -v EXPIRES_LINE=$(EXPIRES_LINE) \

Completed in 85 milliseconds