diff options
author | Libreboot Contributor <contributor@libreboot.org> | 2020-04-02 20:59:23 +0200 |
---|---|---|
committer | Libreboot Contributor <contributor@libreboot.org> | 2020-04-02 20:59:43 +0200 |
commit | a2f4bef6de0e1f5770d489e861c78890f81229c1 (patch) | |
tree | bc74ce87d44cfcae1eecff62c0fbf6a97b1812fc /i18n/fr_FR/resources/memtest86plus/patch/0001-Makefile-remove-scp.patch | |
parent | c6cb6cf4769cd535eee9abfd41fbf717a51d067c (diff) | |
download | librebootfr-a2f4bef6de0e1f5770d489e861c78890f81229c1.tar.gz librebootfr-a2f4bef6de0e1f5770d489e861c78890f81229c1.zip |
link to french version of gplv3 at the top of i18n/fr_FR/COPYING . Also, we remove files that we haven't translated yet, it weights a lot.
Diffstat (limited to 'i18n/fr_FR/resources/memtest86plus/patch/0001-Makefile-remove-scp.patch')
-rw-r--r-- | i18n/fr_FR/resources/memtest86plus/patch/0001-Makefile-remove-scp.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/i18n/fr_FR/resources/memtest86plus/patch/0001-Makefile-remove-scp.patch b/i18n/fr_FR/resources/memtest86plus/patch/0001-Makefile-remove-scp.patch deleted file mode 100644 index f9257b20..00000000 --- a/i18n/fr_FR/resources/memtest86plus/patch/0001-Makefile-remove-scp.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |