mirror of
https://github.com/systemd/systemd.git
synced 2024-12-27 07:22:31 +03:00
Makefile: add "make dist" for nightly snapshots
This commit is contained in:
parent
1ff1aa424b
commit
2ff5082a74
5
Makefile
5
Makefile
@ -346,6 +346,11 @@ release:
|
||||
git-archive --format=tar --prefix=udev-$(VERSION)/ HEAD | bzip2 -9v > udev-$(VERSION).tar.bz2
|
||||
.PHONY: release
|
||||
|
||||
dist:
|
||||
git-archive --format=tar --prefix=udev-$(VERSION)/ HEAD | gzip -9v > udev-$(VERSION).tar.gz
|
||||
git-archive --format=tar --prefix=udev-$(VERSION)/ HEAD | bzip2 -9v > udev-$(VERSION).tar.bz2
|
||||
.PHONY: dist
|
||||
|
||||
patch:
|
||||
git diff $(shell echo $$(($(VERSION) - 1))) HEAD > udev-git-HEAD.patch
|
||||
.PHONY: patch
|
||||
|
Loading…
Reference in New Issue
Block a user