Upstream-Status: Inappropriate [distribution] Take out lscpu stuff from the code 2011/03/17 Saul Wold Nitin A Kamble Index: util-linux-2.20.1/sys-utils/Makefile.am =================================================================== --- util-linux-2.20.1.orig/sys-utils/Makefile.am +++ util-linux-2.20.1/sys-utils/Makefile.am @@ -17,12 +17,6 @@ usrsbin_exec_PROGRAMS += ldattach tunelp dist_man_MANS += dmesg.1 ctrlaltdel.8 cytune.8 setarch.8 \ ldattach.8 tunelp.8 rtcwake.8 fsfreeze.8 fstrim.8 -if HAVE_CPU_SET_T -usrbin_exec_PROGRAMS += lscpu -lscpu_SOURCES = lscpu.c $(top_srcdir)/lib/cpuset.c $(top_srcdir)/lib/strutils.c -dist_man_MANS += lscpu.1 -endif - endif cytune_SOURCES = cytune.c cyclades.h s','ga'); ga('create', 'UA-58643691-1', 'auto'); ga('send', 'pageview');
summaryrefslogtreecommitdiff
blob: 5bb253e9cef426f661b2c52c2055fc00b5cf3f1a (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