summaryrefslogtreecommitdiff
path: root/com32/hdt/Makefile
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2011-01-26 23:51:59 +0100
committerErwan Velu <erwanaliasr1@gmail.com>2011-01-26 23:51:59 +0100
commit28b992795f65861cfc63c6b3044f884a7483e8f7 (patch)
tree9c6190760b44e4baefadfb246c0861ff589af174 /com32/hdt/Makefile
parent95e945986a63b7e342b593e8938ae7a94694359c (diff)
downloadsyslinux-28b992795f65861cfc63c6b3044f884a7483e8f7.tar.gz
hdt: Updating memtest to 4.20
Diffstat (limited to 'com32/hdt/Makefile')
-rw-r--r--com32/hdt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index 24e63c29..40ea3ac4 100644
--- a/com32/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -30,7 +30,7 @@ VERSION = $(shell $(SED) -n 's/\#define VERSION \"\(.*\)\"/\1/p' hdt.h)
CODENAME = $(shell $(SED) -n 's/\#define CODENAME \"\(.*\)\"/\1/p' hdt.h)
VERSION_C32 = $(shell echo $(VERSION) | $(SED) -e 's/-/_/g' | $(SED) -e 's/\./_/g')
-MEMTEST_URL = http://memtest.org/download/4.10/memtest86+-4.10.bin
+MEMTEST_URL = http://memtest.org/download/4.20/memtest86+-4.20.bin
MEMTEST = memtest.bin
KERNEL_VERSION ?= $(shell uname -r)
@@ -121,7 +121,7 @@ clean: tidy
spotless: clean
rm -f *.lss *.c32 *.com hdt*.img hdt*.iso hdt*.img.gz
rm -rf $(ISO_DIR)
- rm -rf $(FLOPPY_DIR)/memtest
+ rm -rf $(FLOPPY_DIR)/$(MEMTEST)
rm -rf $(FLOPPY_DIR)/pci.ids*
rm -f *~ \#*