mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Don't clean after building the RPM
This commit is contained in:
parent
51b8ad136c
commit
bbf0c012f8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ local-rpm: setup
|
||||||
--buildrootdir $(BUILDROOTDIR) \
|
--buildrootdir $(BUILDROOTDIR) \
|
||||||
--define "yyyymmdd $(YYYYMMDD)" \
|
--define "yyyymmdd $(YYYYMMDD)" \
|
||||||
--define "_disable_source_fetch 0" \
|
--define "_disable_source_fetch 0" \
|
||||||
-- $(SPEC)
|
-- $(SPEC) --noclean
|
||||||
|
|
||||||
.PHONY: local-clean
|
.PHONY: local-clean
|
||||||
local-clean:
|
local-clean:
|
||||||
|
|
Loading…
Reference in a new issue