Use manual format for older 'date' commands
MacOS Big Sur's date command does not support `-Iseconds`.
This commit is contained in:
2
Makefile
2
Makefile
@@ -11,7 +11,7 @@ MV := ${Q}mv
|
|||||||
|
|
||||||
# Make sure that all files moved during this invokation of make get the same
|
# Make sure that all files moved during this invokation of make get the same
|
||||||
# timestamp.
|
# timestamp.
|
||||||
TS := $(shell date -Iseconds)
|
TS := $(shell date +%Y-%m-%d-T%H:%M:%S%z)
|
||||||
|
|
||||||
OHMYZSH_URL := https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
|
OHMYZSH_URL := https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
|
||||||
VUNDLE_URL := https://github.com/gmarik/vundle.git
|
VUNDLE_URL := https://github.com/gmarik/vundle.git
|
||||||
|
|||||||
Reference in New Issue
Block a user