diff options
author | Simon Dawson <spdawson@gmail.com> | 2012-06-27 21:52:24 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-20 23:42:41 +0200 |
commit | 3d3ec6cfe1d1c0abacce65ba2f494aae98af263e (patch) | |
tree | 7fc21f71ee154f5375c2364ceb819c572ddb8ee7 /package/memtester/memtester-4.2.1-makefile-fix.patch | |
parent | 7c35ab96d57969b63498865778ea4609aa154af7 (diff) | |
download | buildroot-novena-3d3ec6cfe1d1c0abacce65ba2f494aae98af263e.tar.gz buildroot-novena-3d3ec6cfe1d1c0abacce65ba2f494aae98af263e.zip |
memtester: bump to version 4.3.0
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/memtester/memtester-4.2.1-makefile-fix.patch')
-rw-r--r-- | package/memtester/memtester-4.2.1-makefile-fix.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/package/memtester/memtester-4.2.1-makefile-fix.patch b/package/memtester/memtester-4.2.1-makefile-fix.patch deleted file mode 100644 index 6f1481bec..000000000 --- a/package/memtester/memtester-4.2.1-makefile-fix.patch +++ /dev/null @@ -1,23 +0,0 @@ -The a/{b,c} construct doesn't work within make, so let's split the -creation of the installation directories in two commands. - -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---- - Makefile | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -Index: memtester-4.2.1/Makefile -=================================================================== ---- memtester-4.2.1.orig/Makefile -+++ memtester-4.2.1/Makefile -@@ -25,8 +25,9 @@ - all: memtester - - install: all -- mkdir -m 755 -p $(INSTALLPATH)/{bin,man/man8} -+ mkdir -m 755 -p $(INSTALLPATH)/bin - install -m 755 memtester $(INSTALLPATH)/bin/ -+ mkdir -m 755 -p $(INSTALLPATH)/man/man8 - gzip -c memtester.8 >memtester.8.gz ; install -m 644 memtester.8.gz $(INSTALLPATH)/man/man8/ - - auto-ccld.sh: \ |