diff options
author | Klemens Nanni <contact@autoboot.org> | 2015-11-19 00:56:21 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-21 10:26:29 +0000 |
commit | 460c5af7c66f43517a29a2d7d7d23b5a07fa8c88 (patch) | |
tree | 9cf1633f03ee09907f335035ec0a68603d18fcea /resources/memtest86plus/patch/0001-Makefile-remove-scp.patch | |
parent | 04dcb0d63ca111915a0a644543a1b2a9ea84c3a5 (diff) | |
download | librebootfr-460c5af7c66f43517a29a2d7d7d23b5a07fa8c88.tar.gz librebootfr-460c5af7c66f43517a29a2d7d7d23b5a07fa8c88.zip |
download/Memtest86+: Use patches not raw files
Diffstat (limited to 'resources/memtest86plus/patch/0001-Makefile-remove-scp.patch')
-rw-r--r-- | resources/memtest86plus/patch/0001-Makefile-remove-scp.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/resources/memtest86plus/patch/0001-Makefile-remove-scp.patch b/resources/memtest86plus/patch/0001-Makefile-remove-scp.patch new file mode 100644 index 00000000..f9257b20 --- /dev/null +++ b/resources/memtest86plus/patch/0001-Makefile-remove-scp.patch @@ -0,0 +1,11 @@ +--- Makefile 2015-11-18 23:49:40.900093793 +0100 ++++ Makefile.new 2015-11-19 00:08:37.392634002 +0100 +@@ -15,3 +15,3 @@ + CFLAGS= -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin \ +- -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector ++ -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector -fgnu89-inline + +@@ -23,3 +23,2 @@ + all: clean memtest.bin memtest +- scp memtest.bin root@192.168.0.12:/srv/tftp/mt86plus + |