makefile: generic rpms-dom0 and rpms-vm targets
This commit is contained in:
parent
34b3d281c8
commit
a3852e06d4
4
Makefile
4
Makefile
@ -63,6 +63,10 @@ help:
|
||||
rpms: rpms_anaconda rpms_firstboot rpms_logos rpms_release rpms_revisor
|
||||
rpm --addsign `ls -d rpm/x86_64/*.rpm rpm/i686/*.rpm rpm/noarch/*.rpm 2>/dev/null`
|
||||
|
||||
rpms-dom0: rpms
|
||||
|
||||
rpms-vm:
|
||||
|
||||
rpm/SOURCES/anaconda-$(ANACONDA_VERSION).tar.bz2: anaconda anaconda/anaconda.spec
|
||||
$(call package,anaconda,$(ANACONDA_VERSION))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user