summaryrefslogtreecommitdiffstats
path: root/patches/ltp-full-20090131/generic/ltp-full-20090131-dont-install-objectfiles.diff
blob: 6f6f9e6d2a26dafc5cc8940974e0760fd740f615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
From: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: [patch] don't install object files

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>

---
 testcases/commands/ade/ld/Makefile      |    1 -
 testcases/commands/ade/ldd/Makefile     |    1 -
 testcases/commands/ade/nm/Makefile      |    1 -
 testcases/commands/ade/objdump/Makefile |    1 -
 4 files changed, 4 deletions(-)

Index: ltp-full-20090131/testcases/commands/ade/ld/Makefile
===================================================================
--- ltp-full-20090131.orig/testcases/commands/ade/ld/Makefile
+++ ltp-full-20090131/testcases/commands/ade/ld/Makefile
@@ -8,7 +8,6 @@ all:  $(OBJECTS)
 
 install:
 	ln -f ld01 ../../../bin
-	ln -f *.o ../../../bin
 
 clean:
 	rm -f main.o d1.o f1.o rd1.o rf1.o ldmain.o lola a.out
Index: ltp-full-20090131/testcases/commands/ade/ldd/Makefile
===================================================================
--- ltp-full-20090131.orig/testcases/commands/ade/ldd/Makefile
+++ ltp-full-20090131/testcases/commands/ade/ldd/Makefile
@@ -8,7 +8,6 @@ all: $(TARGETS)
 
 install:
 	ln -f ldd01 ../../../bin
-	ln -f *.o ../../../bin
 
 clean:
 	rm -f $(TARGETS)
Index: ltp-full-20090131/testcases/commands/ade/nm/Makefile
===================================================================
--- ltp-full-20090131.orig/testcases/commands/ade/nm/Makefile
+++ ltp-full-20090131/testcases/commands/ade/nm/Makefile
@@ -9,7 +9,6 @@ all:  $(OBJECTS)
 install:
 	ln -f nm01 ../../../bin
 	ln -f nmfile*.c ../../../bin
-	ln -f *.o ../../../bin
 
 clean:
 	rm -f nmfile*.o 
Index: ltp-full-20090131/testcases/commands/ade/objdump/Makefile
===================================================================
--- ltp-full-20090131.orig/testcases/commands/ade/objdump/Makefile
+++ ltp-full-20090131/testcases/commands/ade/objdump/Makefile
@@ -8,7 +8,6 @@ all: $(TESTS)
 
 install:
 	ln -f objdump01 ../../../bin
-	ln -f test_arch.o ../../../bin
 	ln -f test ../../../bin
 	ln -f test_D ../../../bin