makefile: generic rpms-dom0 and rpms-vm targets
This commit is contained in:
parent
dfb2af20bb
commit
c2a8293dca
6
Makefile
6
Makefile
@ -86,7 +86,11 @@ RPM := rpmbuild
|
|||||||
|
|
||||||
RPM_WITH_DIRS = $(RPM) $(RPM_DEFINES)
|
RPM_WITH_DIRS = $(RPM) $(RPM_DEFINES)
|
||||||
|
|
||||||
rpms: get-sources $(SPECFILE)
|
rpms: rpms-dom0
|
||||||
|
|
||||||
|
rpms-vm:
|
||||||
|
|
||||||
|
rpms-dom0: get-sources $(SPECFILE)
|
||||||
$(RPM_WITH_DIRS) -bb $(SPECFILE)
|
$(RPM_WITH_DIRS) -bb $(SPECFILE)
|
||||||
rpm --addsign $(RPMDIR)/x86_64/*$(VERSION)-$(RELEASE)*.rpm
|
rpm --addsign $(RPMDIR)/x86_64/*$(VERSION)-$(RELEASE)*.rpm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user