makefile: generic rpms-dom0 and rpms-vm targets

This commit is contained in:
Marek Marczykowski 2012-11-14 01:41:51 +01:00
parent dfb2af20bb
commit c2a8293dca

View File

@ -86,7 +86,11 @@ RPM := rpmbuild
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 --addsign $(RPMDIR)/x86_64/*$(VERSION)-$(RELEASE)*.rpm