Skip to content

Commit 4506c86

Browse files
committed
Let the user define YYYYMMDD
This is very useful when debugging a build from a previous day.
1 parent 028b0ce commit 4506c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MOCK_CHROOT?=fedora-rawhide-x86_64
66
MOCK_OPTS?=
77
MOCK_OPTS_RELEASE?=--no-clean --no-cleanup-after $(MOCK_OPTS)
88
MOCK_OPTS_SNAPSHOT?=$(MOCK_OPTS_RELEASE) --with snapshot_build $(MOCK_OPTS)
9-
YYYYMMDD=$(shell date +%Y%m%d)
9+
YYYYMMDD?=$(shell date +%Y%m%d)
1010
SOURCEDIR=$(shell pwd)
1111
SPEC=llvm.spec
1212
# When nothing is given, this will be determined based on

0 commit comments

Comments
 (0)