Skip to content

Commit

Permalink
makefile: remove unneeded content anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed Apr 24, 2021
1 parent 351bd10 commit ea5f370
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions Makefile
@@ -1,32 +1,3 @@
RPMS_DIR=rpm/

VERSION := $(shell cat version)
VERSION_VAIO_FIXES := $(shell cat version_vaio_fixes)

DIST_DOM0 ?= fc18

help:
@echo "make rpms -- generate binary rpm packages"
@echo "make rpms-dom0 -- generate binary rpm packages for Dom0"
@echo "make update-repo-current -- copy newly generated rpms to qubes yum repo"
@echo "make update-repo-current-testing -- same, but to -current-testing repo"
@echo "make update-repo-unstable -- same, but to -testing repo"
@echo "make update-repo-installer -- copy dom0 rpms to installer repo"
@echo "make clean -- cleanup"

rpms: rpms-dom0

rpms-vm:
@true

rpms-dom0: rpms-vaio-fixes
rpmbuild --define "_rpmdir $(RPMS_DIR)" -bb rpm_spec/core-dom0-linux.spec
rpm --addsign \
$(RPMS_DIR)/x86_64/qubes-core-dom0-linux-$(VERSION)*.rpm

rpms-vaio-fixes:
rpmbuild --define "_rpmdir $(RPMS_DIR)" -bb rpm_spec/core-dom0-vaio-fixes.spec
rpm --addsign $(RPMS_DIR)/x86_64/qubes-core-dom0-vaio-fixes-$(VERSION_VAIO_FIXES)*.rpm

clean:
@true

0 comments on commit ea5f370

Please sign in to comment.