The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / memtester / 0001-makefile-fix.patch
1 The a/{b,c} construct doesn't work within make, so let's split the
2 creation of the installation directories in two commands.
3
4 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5 ---
6  Makefile |    3 ++-
7  1 file changed, 2 insertions(+), 1 deletion(-)
8
9 Index: memtester-4.2.1/Makefile
10 ===================================================================
11 --- memtester-4.2.1.orig/Makefile
12 +++ memtester-4.2.1/Makefile
13 @@ -25,8 +25,9 @@
14  all: memtester
15  
16  install: all
17 -       mkdir -m 755 -p $(INSTALLPATH)/{bin,man/man8}
18 +       mkdir -m 755 -p $(INSTALLPATH)/bin
19         install -m 755 memtester $(INSTALLPATH)/bin/
20 +       mkdir -m 755 -p $(INSTALLPATH)/man/man8
21         gzip -c memtester.8 >memtester.8.gz ; install -m 644 memtester.8.gz $(INSTALLPATH)/man/man8/
22  
23  auto-ccld.sh: \