[Lunar-commits] <lunar-iso> Add easy dist target

Stefan Wold ratler at lunar-linux.org
Sat Oct 11 16:36:54 CEST 2014


commit 89f93aebbe5a95e3849b8b5565dc55ba776618f3
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 11 Oct 2014 16:36:45 +0200
URL: https://github.com/lunar-linux/lunar-iso/commit/89f93aebbe5a95e3849b8b5565dc55ba776618f3

Add easy dist target
---
  Makefile | +4/-0     
  1 file changed, 4 insertions(+)

--- a/Makefile
+++ b/Makefile
@@ -58,3 +58,7 @@ clean:
 chroot:
 	$(ISO_SOURCE)/scripts/chroot-build /bin/bash
 
+dist:
+	@sha1sum lunar-$(ISO_VERSION).iso > lunar-$(ISO_VERSION).iso.sha1
+	@xz lunar-$(ISO_VERSION).iso
+	@sha1sum lunar-$(ISO_VERSION).iso.xz > lunar-$(ISO_VERSION).iso.xz.sha1




More information about the Lunar-commits mailing list