We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028b0ce commit 4506c86Copy full SHA for 4506c86
Makefile
@@ -6,7 +6,7 @@ MOCK_CHROOT?=fedora-rawhide-x86_64
6
MOCK_OPTS?=
7
MOCK_OPTS_RELEASE?=--no-clean --no-cleanup-after $(MOCK_OPTS)
8
MOCK_OPTS_SNAPSHOT?=$(MOCK_OPTS_RELEASE) --with snapshot_build $(MOCK_OPTS)
9
-YYYYMMDD=$(shell date +%Y%m%d)
+YYYYMMDD?=$(shell date +%Y%m%d)
10
SOURCEDIR=$(shell pwd)
11
SPEC=llvm.spec
12
# When nothing is given, this will be determined based on
0 commit comments