[syslinux:master] hdt: Fixing checksums deletion

syslinux-bot for Erwan Velu erwanaliasr1 at gmail.com
Mon Apr 25 15:29:00 PDT 2011


Commit-ID:  41d59608cb06938418648c93c9ce45a0a4658c0c
Gitweb:     http://syslinux.zytor.com/commit/41d59608cb06938418648c93c9ce45a0a4658c0c
Author:     Erwan Velu <erwanaliasr1 at gmail.com>
AuthorDate: Tue, 12 Apr 2011 19:43:34 +0200
Committer:  Erwan Velu <erwanaliasr1 at gmail.com>
CommitDate: Tue, 12 Apr 2011 19:43:34 +0200

hdt: Fixing checksums deletion

We have to delete all the checksums files while cleaning.
Older release might exists.


---
 com32/hdt/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index 72543c0..e844afe 100644
--- a/com32/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -128,7 +128,7 @@ spotless: clean
 	rm -rf $(ISO_DIR)
 	rm -rf $(FLOPPY_DIR)/$(MEMTEST)
 	rm -rf $(FLOPPY_DIR)/pci.ids*
-	rm -rf $(SUM_FILE)
+	rm -rf hdt-*checksums
 	rm -f *~ \#*
 
 install:



More information about the Syslinux-commits mailing list