[Lunar-commits] r18318 - lunar-iso/trunk
Auke Kok
sofar at lunar-linux.org
Wed Jan 25 06:28:55 UTC 2006
Author: sofar
Date: 2006-01-25 06:28:52 +0000 (Wed, 25 Jan 2006)
New Revision: 18318
Modified:
lunar-iso/trunk/Makefile
Log:
Make the md5sum files contain the filename for easy checking.
Modified: lunar-iso/trunk/Makefile
===================================================================
--- lunar-iso/trunk/Makefile 2006-01-25 05:50:34 UTC (rev 18317)
+++ lunar-iso/trunk/Makefile 2006-01-25 06:28:52 UTC (rev 18318)
@@ -103,8 +103,8 @@
dist: lunar-$(ISO_VERSION).iso
bzip2 < lunar-$(ISO_VERSION).iso > lunar-$(ISO_VERSION).iso.bz2
- md5sum < lunar-$(ISO_VERSION).iso > lunar-$(ISO_VERSION).iso.md5
- md5sum < lunar-$(ISO_VERSION).iso.bz2 > lunar-$(ISO_VERSION).iso.bz2.md5
+ md5sum lunar-$(ISO_VERSION).iso > lunar-$(ISO_VERSION).iso.md5
+ md5sum lunar-$(ISO_VERSION).iso.bz2 > lunar-$(ISO_VERSION).iso.bz2.md5
blank:
@scripts/blank
More information about the Lunar-commits
mailing list