makefile: change build order
Move docs to the end of list - build errors in core code can be spotted earlier.
This commit is contained in:
parent
107ebad9d5
commit
3b5c89d9ce
@ -1,3 +1,3 @@
|
||||
ifeq ($(PACKAGE_SET),dom0)
|
||||
RPM_SPEC_FILES := $(addprefix rpm_spec/,core-dom0-doc.spec core-dom0.spec)
|
||||
RPM_SPEC_FILES := $(addprefix rpm_spec/,core-dom0.spec core-dom0-doc.spec)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user