Home
last modified time | relevance | path

Searched refs:SOURCE_DATE_EPOCH (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/bsd/ntp/scripts/
Dmkver19 SOURCE_DATE_EPOCH=$MKREPRO_TIMESTAMP
22 if [ -n "$SOURCE_DATE_EPOCH" ]; then
23 ConfStr="$ConfStr `LC_TIME=C TZ=UTC date -d@$SOURCE_DATE_EPOCH 2>/dev/null`" ||
24 ConfStr="$ConfStr `LC_TIME=C TZ=UTC date -r $SOURCE_DATE_EPOCH`"
/netbsd/src/external/bsd/ntp/dist/scripts/build/
Dmkver.in20 if [ -n "$SOURCE_DATE_EPOCH" ]; then
21 ConfStr="$ConfStr `LC_TIME=C TZ=UTC date -d@$SOURCE_DATE_EPOCH 2>/dev/null`" ||
22 ConfStr="$ConfStr `LC_TIME=C TZ=UTC date -r $SOURCE_DATE_EPOCH`"
/netbsd/src/crypto/external/bsd/openssl/dist/util/
Dmkrc.pl30 my $YEAR = [gmtime($ENV{SOURCE_DATE_EPOCH} || time())]->[5] + 1900;
/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Dprogs.pl24 my $YEAR = [gmtime($ENV{SOURCE_DATE_EPOCH} || time())]->[5] + 1900;
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dcppenv.texi95 @item SOURCE_DATE_EPOCH
101 The value of @env{SOURCE_DATE_EPOCH} must be a UNIX timestamp,
Dcpp.info4759 'SOURCE_DATE_EPOCH'
4765 The value of 'SOURCE_DATE_EPOCH' must be a UNIX timestamp, defined
5369 * SOURCE_DATE_EPOCH: Environment Variables.
Dgcc.info31228 'SOURCE_DATE_EPOCH'
31234 The value of 'SOURCE_DATE_EPOCH' must be a UNIX timestamp, defined
31698 explicitly specified with the environment variable 'SOURCE_DATE_EPOCH'.
69883 * SOURCE_DATE_EPOCH: Environment Variables.
Dinvoke.texi34851 @code{SOURCE_DATE_EPOCH}. For further details
/netbsd/src/external/gpl3/binutils/dist/bfd/doc/
Dbfdio.texi140 If the environment variable SOURCE_DATE_EPOCH is defined
Dbfd.info1393 If the environment variable SOURCE_DATE_EPOCH is defined then this
/netbsd/src/external/gpl3/gdb/dist/bfd/
DChangeLog141 timestamp, use the value held in the SOURCE_DATE_EPOCH environment
/netbsd/src/external/gpl3/binutils/dist/bfd/
DChangeLog147 timestamp, use the value held in the SOURCE_DATE_EPOCH environment
/netbsd/src/external/gpl3/binutils/dist/ld/
DChangeLog276 held in the SOURCE_DATE_EPOCH environment variable, if it is
Dld.texi3636 @code{SOURCE_DATE_EPOCH} environment variable is defined, the number
Dld.info2973SOURCE_DATE_EPOCH’ environment variable is defined, the number of
/netbsd/src/external/bsd/ntp/dist/
DNEWS394 * [Bug 3550] Reproducible build: Respect SOURCE_DATE_EPOCH <perlinger@ntp.org>
4160 * [Bug 3550] Reproducible build: Respect SOURCE_DATE_EPOCH <perlinger@ntp.org>
DChangeLog328 * [Bug 3550] Reproducible build: Respect SOURCE_DATE_EPOCH <perlinger@ntp.org>
DCommitLog12010 [Bug 3550] Reproducible build: Respect SOURCE_DATE_EPOCH
12013 [Bug 3550] Reproducible build: Respect SOURCE_DATE_EPOCH
12016 [Bug 3550] Reproducible build: Respect SOURCE_DATE_EPOCH
/netbsd/src/external/gpl3/binutils/dist/binutils/doc/
Dbinutils.texi1634 unless the SOURCE_DATE_EPOCH environment variable is defined. If it
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201622178 the SOURCE_DATE_EPOCH environment variable to the current time.
27354 * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git24267 Allow the use of SOURCE_DATE_EPOCH in the timestamps for members of static archives.
37070 … objcopy embeds the current time and ignores SOURCE_DATE_EPOCH making the output unreproducible.
37072 …p_filehdr_out): If inserting a timestamp, use the value held in the SOURCE_DATE_EPOCH environment …
37076 …c (fill_edata): If inserting a timestamp, use the value held in the SOURCE_DATE_EPOCH environment …