summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
inline | side by side (from parent 1:
1b37857)
The variable `UTC0` was mistakenly exported, instead of `TZ` (which has
the _value_ `UTC0` and controls the time·zone of Posix commands).
# Posix timezone information.
TZ := UTC0
# Posix timezone information.
TZ := UTC0
# The default target for this makefile.
.DEFAULT_GOAL := all
# The default target for this makefile.
.DEFAULT_GOAL := all