2021-01-17 13:50:52 +00:00
|
|
|
Index: memtest86+-5.31b/Makefile
|
|
|
|
===================================================================
|
|
|
|
--- memtest86+-5.31b.orig/Makefile
|
|
|
|
+++ memtest86+-5.31b/Makefile
|
2013-11-07 11:13:39 +00:00
|
|
|
@@ -8,6 +8,7 @@
|
2007-01-25 16:27:40 +00:00
|
|
|
# Path for the floppy disk device
|
|
|
|
#
|
|
|
|
FDISK=/dev/fd0
|
|
|
|
+TARGETDIR=/boot
|
|
|
|
|
2009-10-12 14:42:17 +00:00
|
|
|
AS=as -32
|
2007-01-25 16:27:40 +00:00
|
|
|
CC=gcc
|
2021-01-17 13:50:52 +00:00
|
|
|
@@ -75,7 +76,10 @@ iso:
|
2013-11-07 11:13:39 +00:00
|
|
|
make all
|
2009-10-12 14:42:17 +00:00
|
|
|
./makeiso.sh
|
2007-01-25 16:27:40 +00:00
|
|
|
|
|
|
|
-install: all
|
|
|
|
+install:
|
|
|
|
+ install -o root -g root memtest.bin $(DESTDIR)$(TARGETDIR)/
|
|
|
|
+
|
|
|
|
+install-floppy: all
|
|
|
|
dd <memtest.bin >$(FDISK) bs=8192
|
|
|
|
|
2009-10-12 14:42:17 +00:00
|
|
|
install-precomp:
|