Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
build
debbuild
rpmbuild
tmp
artifacts
sources
*.tar
4 changes: 0 additions & 4 deletions deb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ clean: ## remove build artifacts
[ ! -d sources ] || $(CHOWN) -R $(shell id -u):$(shell id -g) sources
$(RM) -r sources

engine-$(ARCH).tar:
$(MAKE) -C ../image image-linux
docker save -o $@ $$(cat ../image/image-linux)

.PHONY: deb
deb: ubuntu debian ## build all deb packages except for raspbian

Expand Down
6 changes: 0 additions & 6 deletions rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ help: ## show make targets
clean: ## remove build artifacts
[ ! -d rpmbuild ] || $(CHOWN) -R $(shell id -u):$(shell id -g) rpmbuild
$(RM) -r rpmbuild/
[ ! -d artifacts ] || $(CHOWN) -R $(shell id -u):$(shell id -g) artifacts
$(RM) -r artifacts/
[ ! -d tmp ] || $(CHOWN) -R $(shell id -u):$(shell id -g) tmp
$(RM) -r tmp/
-docker rm docker2oci
$(MAKE) -C ../image clean

.PHONY: rpm
rpm: fedora centos ## build all rpm packages
Expand Down