summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-06-18 19:58:53 +0200
committerhut <hut@lavabit.com>2010-06-18 19:58:53 +0200
commit3edc9f863190f7792e0e5d0fa828e6dfa2ddbf29 (patch)
treedb978f1c785800f63faf64cd5ca2f9838f3e8413 /Makefile
parent9518af1e5838643ef0fb68fd75fb275bb461ca3c (diff)
downloadranger-3edc9f863190f7792e0e5d0fa828e6dfa2ddbf29.tar.gz
INSTALL: changed logname from uninstall_info to install_log.txt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88abe024..09463244 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ SNAPSHOT_NAME ?= $(NAME)-$(VERSION)-$(shell git rev-parse HEAD | cut -b 1-8).tar
 # Find suitable python version (need python >= 2.6 or 3.1):
 PYTHON ?= $(shell python -c 'import sys; sys.exit(sys.version < "2.6")' && \
 	which python || which python3.1 || which python3 || which python2.6)
-SETUPOPTS ?= '--record=uninstall_info'
+SETUPOPTS ?= '--record=install_log.txt'
 DOCDIR ?= doc/pydoc
 DESTDIR ?= /
 PYOPTIMIZE ?= 1
tle='Blame the previous revision' href='/akkartik/mu/blame/baremetal/rpn.mu?h=main&id=a451b2e14f06c19eaf98f32dcc2b45e2940a570b'>^
74f1512f ^


0f73127e ^





8f34dfd1 ^
c1e841fc ^
0f73127e ^

63be7b7d ^
8f34dfd1 ^
0f73127e ^



8f34dfd1 ^
0f73127e ^




0f73127e ^
































































































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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152